Home
last modified time | relevance | path

Searched defs:SectionRef (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h43 class SectionRef; variable
170 friend class SectionRef; variable
262 friend class SectionRef; variable
495 inline SectionRef::SectionRef(DataRefImpl SectionP, in SectionRef() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp290 object::SectionRef &SectionRef = in processCsectsAndSymbols() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1218 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()
1247 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()
1271 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addMissingWasmCodeSymbols()
1316 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h491 class SectionRef; variable