Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h27 class Comdat; variable
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h49 MachineModuleInfo &MMI, StringRef Name, bool Comdat) { in createThunkFunction()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DComdat.cpp24 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp77 if (auto Comdat = F.getComdat()) return Comdat; in getOrCreateFunctionComdat() local
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()
H A DSanitizerCoverage.cpp722 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection() local
/openbsd/gnu/llvm/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
H A DWasm.h110 uint32_t Comdat = UINT32_MAX; // From the "comdat info" section member
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h24 class Comdat; variable
H A DGlobalValue.h34 class Comdat; variable
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h181 struct Comdat { struct
183 std::vector<ComdatEntry> Entries; argument
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h32 class Comdat; variable
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h30 class Comdat; variable
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h29 class Comdat; variable
/openbsd/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp209 storage::Comdat Comdat; in getComdatIndex() local
/openbsd/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp490 int Comdat = Sym.getComdatIndex(); in dumpSymtab() local
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h158 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 DLLParser.h42 class Comdat; variable
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp498 WasmYAML::Comdat &Comdat) { in mapping()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp469 bool Comdat, unsigned UniqueID, in createELFSectionImpl()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1081 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local