Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DComdat.h35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/external/llvm/lib/MC/
DMCAssembler.cpp317 bool ExactMatch = false; in getSubsectionInsertionPoint() local
319 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint()
320 if (ExactMatch) in getSubsectionInsertionPoint()
328 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
/external/llvm/lib/Linker/
DLinkModules.cpp667 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
682 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp846 case Comdat::ExactMatch: in getSelectionForCOFF()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp543 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/external/llvm/lib/IR/
DAsmWriter.cpp3089 case Comdat::ExactMatch: in print()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp678 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/external/llvm/lib/AsmParser/
DLLParser.cpp480 SK = Comdat::ExactMatch; in parseComdat()