Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/IR/
DComdat.cpp23 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h26 class Comdat; variable
DGlobalValue.h35 class Comdat; variable
/external/llvm/include/llvm/IR/
DGlobalObject.h22 class Comdat; variable
DGlobalValue.h28 class Comdat; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h26 class Comdat; variable
DGlobalValue.h35 class Comdat; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h154 struct Comdat { struct
156 std::vector<ComdatEntry> Entries; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h81 struct Comdat { struct
95 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp532 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation()
610 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat()
719 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in instrumentOneFunc()
849 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc()
1370 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers()
DSanitizerCoverage.cpp552 if (auto Comdat = F.getComdat()) in CreateFunctionLocalArrayInSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h32 class Comdat; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp373 int Comdat = Sym.getComdatIndex(); in dumpSymtab() local
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h31 class Comdat; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp172 storage::Comdat Comdat; in getComdatIndex() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h108 uint32_t Comdat; // from the "comdat info" section member
118 uint32_t Comdat; // from the "comdat info" section member
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h38 class Comdat; variable
/external/llvm/lib/AsmParser/
DLLParser.h37 class Comdat; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp387 IO &IO, WasmYAML::Comdat &Comdat) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go41 Comdat struct { struct
42 C C.LLVMComdatRef
1047 func (m Module) Comdat(name string) (c Comdat) { func
1054 func (v Value) Comdat() (c Comdat) { c.C = C.LLVMGetComdat(v.C); return } func
1057 func (c Comdat) SelectionKind() ComdatSelectionKind {
1061 func (c Comdat) SetSelectionKind(k ComdatSelectionKind) {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp705 TEST_F(CloneModule, Comdat) { in TEST_F() argument