Home
last modified time | relevance | path

Searched defs:Comdat (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/IR/
DComdat.cpp18 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
20 Comdat::Comdat() : Name(nullptr), SK(Comdat::Any) {} in Comdat() function in Comdat
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
/external/llvm-project/llvm/lib/IR/
DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp78 if (auto Comdat = F.getComdat()) return Comdat; in GetOrCreateFunctionComdat() local
DPGOInstrumentation.cpp583 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation()
690 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat()
870 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in instrumentOneFunc()
1033 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc()
1541 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp78 if (auto Comdat = F.getComdat()) return Comdat; in GetOrCreateFunctionComdat() local
DPGOInstrumentation.cpp569 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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h26 class Comdat; variable
/external/llvm/include/llvm/IR/
DGlobalObject.h22 class Comdat; variable
/external/llvm-project/llvm/include/llvm/IR/
DGlobalObject.h26 class Comdat; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h26 class Comdat; variable
/external/llvm-project/llvm/include/llvm/Transforms/
DInstrumentation.h30 class Comdat; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h30 class Comdat; variable
/external/llvm-project/llvm/include/llvm/Object/
DIRSymtab.h81 struct Comdat { struct
95 /// The index into Header::Comdats, or -1 if not a comdat member. argument
DWasm.h111 uint32_t Comdat = UINT32_MAX; // From the "comdat info" section member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h80 struct Comdat { struct
94 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h175 struct Comdat { struct
177 std::vector<ComdatEntry> Entries; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h172 struct Comdat { struct
174 std::vector<ComdatEntry> Entries; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h31 class Comdat; variable
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h29 class Comdat; variable
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h31 class Comdat; variable
/external/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp443 int Comdat = Sym.getComdatIndex(); in dumpSymtab() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp187 storage::Comdat Comdat; in getComdatIndex() local
/external/llvm-project/llvm/lib/Object/
DIRSymtab.cpp187 storage::Comdat Comdat; in getComdatIndex() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1651 SmallSet<const Comdat *, 8> &NotDiscardableComdats) { in deleteIfDead()
2025 SmallSet<const Comdat *, 8> &NotDiscardableComdats) { in OptimizeFunctions()
2069 SmallSet<const Comdat *, 8> &NotDiscardableComdats) { in OptimizeGlobalVars()
2335 SmallSet<const Comdat *, 8> &NotDiscardableComdats) { in OptimizeGlobalAliases()

12