/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Comdat.cpp | 50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind() 71 Cd->setSelectionKind(Comdat::NoDuplicates); in LLVMSetComdatSelectionKind()
|
D | AsmWriter.cpp | 4279 case Comdat::NoDuplicates: in print()
|
/external/llvm-project/llvm/lib/IR/ |
D | Comdat.cpp | 50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind() 71 Cd->setSelectionKind(Comdat::NoDuplicates); in LLVMSetComdatSelectionKind()
|
D | AsmWriter.cpp | 4538 case Comdat::NoDuplicates: in print()
|
/external/llvm/include/llvm/IR/ |
D | Comdat.h | 35 NoDuplicates, ///< No other Module may specify this COMDAT. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Comdat.h | 37 NoDuplicates, ///< No other Module may specify this COMDAT. enumerator
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Comdat.h | 37 NoDuplicates, ///< No other Module may specify this COMDAT. enumerator
|
/external/llvm/test/tools/llvm-readobj/ |
D | cxx-cli-aux.test | 23 CHECK-NEXT: Selection: NoDuplicates (0x1)
|
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | cxx-cli-aux.test | 23 CHECK-NEXT: Selection: NoDuplicates (0x1)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 98 C->setSelectionKind(Comdat::NoDuplicates); in GetOrCreateFunctionComdat()
|
D | AddressSanitizer.cpp | 1841 case Comdat::NoDuplicates: in ShouldInstrumentGlobal() 2007 C->setSelectionKind(Comdat::NoDuplicates); in SetComdatForGlobalMetadata()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 98 C->setSelectionKind(Comdat::NoDuplicates); in GetOrCreateFunctionComdat()
|
D | AddressSanitizer.cpp | 1844 case Comdat::NoDuplicates: in shouldInstrumentGlobal() 2032 C->setSelectionKind(Comdat::NoDuplicates); in SetComdatForGlobalMetadata()
|
/external/llvm-project/llvm/lib/Linker/ |
D | LinkModules.cpp | 180 case Comdat::SelectionKind::NoDuplicates: in computeResultingSelectionKind()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 197 case Comdat::SelectionKind::NoDuplicates: in computeResultingSelectionKind()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 180 case Comdat::SelectionKind::NoDuplicates: in computeResultingSelectionKind()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 876 case Comdat::NoDuplicates: in getSelectionForCOFF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1287 case Comdat::NoDuplicates: in getSelectionForCOFF()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1492 case Comdat::NoDuplicates: in getSelectionForCOFF()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompleteTests.cpp | 604 TEST(CompletionTest, NoDuplicates) { in TEST() argument
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 3352 case Comdat::NoDuplicates: in print()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 993 case Comdat::NoDuplicates: in getEncodedComdatSelectionKind()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1072 case Comdat::NoDuplicates: in getEncodedComdatSelectionKind()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1100 case Comdat::NoDuplicates: in getEncodedComdatSelectionKind()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1152 return Comdat::NoDuplicates; in getDecodedComdatSelectionKind()
|