Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/lib/IR/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DIRSymtab.h82 struct Comdat { struct
85 // llvm::Comdat::SelectionKind argument
99 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DIRSymtab.h82 struct Comdat { struct
85 // llvm::Comdat::SelectionKind argument
99 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DIRSymtab.h82 struct Comdat { struct
85 // llvm::Comdat::SelectionKind argument
99 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DIRSymtab.h82 struct Comdat { struct
85 // llvm::Comdat::SelectionKind argument
99 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DIRSymtab.h82 struct Comdat { struct
85 // llvm::Comdat::SelectionKind argument
99 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DInternalize.cpp135 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in maybeInternalize()
175 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in checkComdat()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h172 struct Comdat { struct
174 std::vector<ComdatEntry> Entries; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp559 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation()
670 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat()
853 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in instrumentOneFunc()
1031 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc()
1841 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h181 struct Comdat { struct
183 std::vector<ComdatEntry> Entries; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h181 struct Comdat { struct
183 std::vector<ComdatEntry> Entries; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h181 struct Comdat { struct
183 std::vector<ComdatEntry> Entries; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h181 struct Comdat { struct
183 std::vector<ComdatEntry> Entries; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h181 struct Comdat { struct
183 std::vector<ComdatEntry> Entries; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h80 struct Comdat { struct
94 /// The index into Header::Comdats, or -1 if not a comdat member. argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h27 class Comdat; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DGlobalDCE.h27 class Comdat; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DGlobalDCE.h27 class Comdat; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DGlobalDCE.h27 class Comdat; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DGlobalDCE.h27 class Comdat; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h49 MachineModuleInfo &MMI, StringRef Name, bool Comdat) { in createThunkFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DIndirectThunks.h49 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DIndirectThunks.h49 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction()

1234