/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Comdat.cpp | 22 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 D | IndirectThunks.h | 44 StringRef Name, bool Comdat) { in createThunkFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 77 if (auto Comdat = F.getComdat()) return Comdat; in getOrCreateFunctionComdat() local
|
H A D | PGOInstrumentation.cpp | 610 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 D | SanitizerCoverage.cpp | 685 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 24 class Comdat; variable
|
H A D | GlobalValue.h | 34 class Comdat; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 30 class Comdat; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 81 struct Comdat { struct 95 /// The index into Header::Comdats, or -1 if not a comdat member. argument
|
H A D | Wasm.h | 112 uint32_t Comdat = UINT32_MAX; // From the "comdat info" section member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 177 struct Comdat { struct 179 std::vector<ComdatEntry> Entries; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 449 int Comdat = Sym.getComdatIndex(); in dumpSymtab() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 29 class Comdat; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 200 storage::Comdat Comdat; in getComdatIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 35 class Comdat; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 144 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 D | ir.go | 40 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 D | WasmYAML.cpp | 495 WasmYAML::Comdat &Comdat) { in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 466 bool Comdat, unsigned UniqueID, in createELFSectionImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1012 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local
|