/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 134 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in maybeInternalize() 174 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in checkComdat()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | GlobalDCE.h | 27 class Comdat; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | IndirectThunks.h | 49 createThunkFunction(MachineModuleInfo & MMI,StringRef Name,bool Comdat,StringRef TargetAttrs) createThunkFunction() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Comdat.cpp | 24 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 74 if (auto Comdat = F.getComdat()) return Comdat; in getOrCreateFunctionComdat() local
|
H A D | PGOInstrumentation.cpp | 565 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 672 canRenameComdat(Function & F,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers) canRenameComdat() argument 850 instrumentOneFunc(Function & F,Module * M,TargetLibraryInfo & TLI,BranchProbabilityInfo * BPI,BlockFrequencyInfo * BFI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,bool IsCS) instrumentOneFunc() argument 1040 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 1728 collectComdatMembers(Module & M,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers) collectComdatMembers() argument [all...] |
H A D | SanitizerCoverage.cpp | 705 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) CreateFunctionLocalArrayInSection() local
|
/freebsd-src/contrib/llvm-project/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 global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 24 class Comdat; variable
|
H A D | GlobalValue.h | 34 class Comdat; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 31 class Comdat; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 30 class Comdat; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 181 struct Comdat { struct 183 std::vector<ComdatEntry> Entries; argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 29 class Comdat; variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 503 int Comdat = Sym.getComdatIndex(); dumpSymtab() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 209 Comdat.SelectionKind = C->getSelectionKind(); in getComdatIndex() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 353 uint32_t Comdat; // from the "comdat info" section global() member 367 uint32_t Comdat; // from the "comdat info" section global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 43 class Comdat; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 499 mapping(IO & IO,WasmYAML::Comdat & Comdat) mapping() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 471 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,SectionKind K,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1081 StringRef Comdat = KeySym ? KeySym->getName() : ""; getStaticStructorSection() local [all...] |