Home
last modified time | relevance | path

Searched refs:ExactMatch (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/MC/
DMCSection.cpp65 bool ExactMatch = false; in getSubsectionInsertionPoint() local
67 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint()
68 if (ExactMatch) in getSubsectionInsertionPoint()
76 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
/external/llvm/include/llvm/IR/
DComdat.h33 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/external/llvm/lib/Linker/
DLinkModules.cpp200 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
213 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp872 case Comdat::ExactMatch: in getSelectionForCOFF()
/external/llvm/lib/IR/
DAsmWriter.cpp3346 case Comdat::ExactMatch: in print()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp989 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp875 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/external/llvm/lib/AsmParser/
DLLParser.cpp555 SK = Comdat::ExactMatch; in parseComdat()