|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/AsmParser/LLParser.cpp 634 SK = Comdat::ExactMatch;
lib/Bitcode/Reader/BitcodeReader.cpp 1147 return Comdat::ExactMatch;
lib/Bitcode/Writer/BitcodeWriter.cpp 1066 case Comdat::ExactMatch:
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 1283 case Comdat::ExactMatch:
lib/IR/AsmWriter.cpp 4237 case Comdat::ExactMatch:
lib/IR/Comdat.cpp 46 case Comdat::ExactMatch:
65 Cd->setSelectionKind(Comdat::ExactMatch);
lib/Linker/LinkModules.cpp 183 case Comdat::SelectionKind::ExactMatch:
196 if (Result == Comdat::SelectionKind::ExactMatch) {
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1837 case Comdat::ExactMatch:
unittests/Transforms/Utils/CloningTest.cpp 723 CD->setSelectionKind(Comdat::ExactMatch);
859 EXPECT_EQ(Comdat::ExactMatch, CD->getSelectionKind());