Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h44 StringRef Name, bool Comdat) { in createThunkFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp77 if (auto Comdat = F.getComdat()) return Comdat; in getOrCreateFunctionComdat() local
H A DPGOInstrumentation.cpp610 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation()
717 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat()
897 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in instrumentOneFunc()
1060 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc()
1592 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers()
H A DSanitizerCoverage.cpp685 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h24 class Comdat; variable
H A DGlobalValue.h34 class Comdat; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h30 class Comdat; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h81 struct Comdat { struct
95 /// The index into Header::Comdats, or -1 if not a comdat member. argument
H A DWasm.h112 uint32_t Comdat = UINT32_MAX; // From the "comdat info" section member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h177 struct Comdat { struct
179 std::vector<ComdatEntry> Entries; argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp449 int Comdat = Sym.getComdatIndex(); in dumpSymtab() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h29 class Comdat; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp200 storage::Comdat Comdat; in getComdatIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h35 class Comdat; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h144 uint32_t Comdat; // from the "comdat info" section member
158 uint32_t Comdat; // from the "comdat info" section member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go40 Comdat struct { struct
41 C C.LLVMComdatRef
1105 func (m Module) Comdat(name string) (c Comdat) { func
1112 func (v Value) Comdat() (c Comdat) { c.C = C.LLVMGetComdat(v.C); return } func
1115 func (c Comdat) SelectionKind() ComdatSelectionKind {
1119 func (c Comdat) SetSelectionKind(k ComdatSelectionKind) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp495 WasmYAML::Comdat &Comdat) { in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp466 bool Comdat, unsigned UniqueID, in createELFSectionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1012 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local