Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DComdat.h37 NoDuplicates, ///< No other Module may specify this COMDAT. enumerator
/external/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test23 CHECK-NEXT: Selection: NoDuplicates (0x1)
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp850 case Comdat::NoDuplicates: in getSelectionForCOFF()
/external/llvm/lib/Linker/
DLinkModules.cpp664 case Comdat::SelectionKind::NoDuplicates: in computeResultingSelectionKind()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp547 case Comdat::NoDuplicates: in getEncodedComdatSelectionKind()
/external/llvm/lib/IR/
DAsmWriter.cpp3095 case Comdat::NoDuplicates: in print()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp682 return Comdat::NoDuplicates; in getDecodedComdatSelectionKind()
/external/llvm/lib/AsmParser/
DLLParser.cpp486 SK = Comdat::NoDuplicates; in parseComdat()