/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 135 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in maybeInternalize() 175 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in checkComdat()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | GlobalDCE.h | 27 class Comdat; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | IndirectThunks.h | 49 MachineModuleInfo &MMI, StringRef Name, bool Comdat) { in createThunkFunction()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Comdat.cpp | 24 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
|
/openbsd/gnu/llvm/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 | 559 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()
|
H A D | SanitizerCoverage.cpp | 722 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 82 struct Comdat { struct 85 // llvm::Comdat::SelectionKind argument 99 /// The index into Header::Comdats, or -1 if not a comdat member. argument
|
H A D | Wasm.h | 110 uint32_t Comdat = UINT32_MAX; // From the "comdat info" section member
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 24 class Comdat; variable
|
H A D | GlobalValue.h | 34 class Comdat; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 181 struct Comdat { struct 183 std::vector<ComdatEntry> Entries; argument
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 32 class Comdat; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 30 class Comdat; variable
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 29 class Comdat; variable
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 209 storage::Comdat Comdat; in getComdatIndex() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 490 int Comdat = Sym.getComdatIndex(); in dumpSymtab() local
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 158 uint32_t Comdat; // from the "comdat info" section member 172 uint32_t Comdat; // from the "comdat info" section member
|
/openbsd/gnu/llvm/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 42 class Comdat; variable
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 498 WasmYAML::Comdat &Comdat) { in mapping()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCContext.cpp | 469 bool Comdat, unsigned UniqueID, in createELFSectionImpl()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1081 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local
|