Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp51 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
72 Cd->setSelectionKind(Comdat::NoDuplicates); in LLVMSetComdatSelectionKind()
DAsmWriter.cpp4029 case Comdat::NoDuplicates: in print()
/external/llvm/include/llvm/IR/
DComdat.h35 NoDuplicates, ///< No other Module may specify this COMDAT. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DComdat.h38 NoDuplicates, ///< No other Module may specify this COMDAT. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test23 CHECK-NEXT: Selection: NoDuplicates (0x1)
/external/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test23 CHECK-NEXT: Selection: NoDuplicates (0x1)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp181 case Comdat::SelectionKind::NoDuplicates: in computeResultingSelectionKind()
/external/llvm/lib/Linker/
DLinkModules.cpp197 case Comdat::SelectionKind::NoDuplicates: in computeResultingSelectionKind()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp876 case Comdat::NoDuplicates: in getSelectionForCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1075 case Comdat::NoDuplicates: in getSelectionForCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1837 C->setSelectionKind(Comdat::NoDuplicates); in SetComdatForGlobalMetadata()
/external/llvm/lib/IR/
DAsmWriter.cpp3352 case Comdat::NoDuplicates: in print()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp993 case Comdat::NoDuplicates: in getEncodedComdatSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1028 case Comdat::NoDuplicates: in getEncodedComdatSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1044 return Comdat::NoDuplicates; in getDecodedComdatSelectionKind()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp879 return Comdat::NoDuplicates; in getDecodedComdatSelectionKind()
/external/llvm/lib/AsmParser/
DLLParser.cpp561 SK = Comdat::NoDuplicates; in parseComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp633 SK = Comdat::NoDuplicates; in parseComdat()