Searched defs:SectionRef (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 42 class SectionRef; variable 169 friend class SectionRef; variable 261 friend class SectionRef; global() variable 494 inline SectionRef::SectionRef(DataRefImpl SectionP, SectionRef() function [all...] |
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1152 addDynamicElfSymbols(const ELFObjectFile<ELFT> & Obj,std::map<SectionRef,SectionSymbolsTy> & AllSymbols) addDynamicElfSymbols() argument 1181 addDynamicElfSymbols(const ELFObjectFileBase & Obj,std::map<SectionRef,SectionSymbolsTy> & AllSymbols) addDynamicElfSymbols() argument 1205 addMissingWasmCodeSymbols(const WasmObjectFile & Obj,std::map<SectionRef,SectionSymbolsTy> & AllSymbols) addMissingWasmCodeSymbols() argument 1236 addPltEntries(const ObjectFile & Obj,std::map<SectionRef,SectionSymbolsTy> & AllSymbols,StringSaver & Saver) addPltEntries() argument [all...] |
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 751 checkUseFSDiscriminator(const ObjectFile * Obj,std::map<SectionRef,SectionSymbolsTy> & AllSymbols) checkUseFSDiscriminator() argument
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 435 class SectionRef; global() variable
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 2285 const SectionRef &SectionRef = DynamicRelSectionOrErr->getSectionRef(); processDynamicRelocations() local [all...] |