Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp134 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in maybeInternalize() argument
174 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in checkComdat() argument
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h27 class Comdat; variable
H A DInternalize.h30 class Comdat; variable
/llvm-project/llvm/lib/IR/
H A DComdat.cpp24 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp
H A DPGOInstrumentation.cpp587 FuncPGOInstrumentation(Function & Func,TargetLibraryInfo & TLI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,bool CreateGlobalVar=false,BranchProbabilityInfo * BPI=nullptr,BlockFrequencyInfo * BFI=nullptr,bool IsCS=false,bool InstrumentFuncEntry=true,bool HasSingleByteCoverage=false) FuncPGOInstrumentation() argument
696 canRenameComdat(Function & F,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers) canRenameComdat() argument
874 instrumentOneFunc(Function & F,Module * M,TargetLibraryInfo & TLI,BranchProbabilityInfo * BPI,BlockFrequencyInfo * BFI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,bool IsCS) instrumentOneFunc() argument
1092 PGOUseFunc(Function & Func,Module * Modu,TargetLibraryInfo & TLI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,BranchProbabilityInfo * BPI,BlockFrequencyInfo * BFIin,ProfileSummaryInfo * PSI,bool IsCS,bool InstrumentFuncEntry,bool HasSingleByteCoverage) PGOUseFunc() argument
1788 collectComdatMembers(Module & M,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers) collectComdatMembers() argument
[all...]
H A DSanitizerCoverage.cpp711 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) CreateFunctionLocalArrayInSection() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h120 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction()
/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h24 class Comdat; variable
H A DGlobalValue.h33 class Comdat; variable
/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h82 struct Comdat { struct
85 // llvm::Comdat::SelectionKind argument
99 SelectionKindComdat global() argument
H A DWasm.h114 uint32_t Comdat = UINT32_MAX; // From the "comdat info" section member
/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h30 class Comdat; variable
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h29 class Comdat; variable
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h181 struct Comdat { struct
183 std::vector<ComdatEntry> Entries; argument
/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp525 int Comdat = Sym.getComdatIndex(); dumpSymtab() local
[all...]
/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp209 Comdat.SelectionKind = C->getSelectionKind(); in getComdatIndex() local
[all...]
/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h44 class Comdat; variable
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h394 uint32_t Comdat; // from the "comdat info" section global() member
408 uint32_t Comdat; // from the "comdat info" section global() member
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp502 IO.mapRequired("Name", Comdat.Name); in mapping() argument
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp520 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp1100 TEST_F(CloneModule,Comdat) TEST_F() argument
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1084 StringRef Comdat = KeySym ? KeySym->getName() : ""; getStaticStructorSection() local
[all...]