/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Comdat.cpp | 22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 78 if (auto Comdat = F.getComdat()) return Comdat; in GetOrCreateFunctionComdat() local
|
D | PGOInstrumentation.cpp | 569 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation() 650 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat() 806 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in instrumentOneFunc() 957 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc() 1448 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers()
|
D | SanitizerCoverage.cpp | 652 if (auto Comdat = in CreateFunctionLocalArrayInSection() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 26 class Comdat; variable
|
D | GlobalValue.h | 35 class Comdat; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 26 class Comdat; variable
|
D | GlobalValue.h | 34 class Comdat; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 30 class Comdat; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 80 struct Comdat { struct 94 /// The index into Header::Comdats, or -1 if not a comdat member. argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 172 struct Comdat { struct 174 std::vector<ComdatEntry> Entries; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 31 class Comdat; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 187 storage::Comdat Comdat; in getComdatIndex() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 137 uint32_t Comdat; // from the "comdat info" section member 148 uint32_t Comdat; // from the "comdat info" section member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 37 class Comdat; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 478 WasmYAML::Comdat &Comdat) { in mapping()
|