Home
last modified time | relevance | path

Searched refs:getSectionDefinition (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp136 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
143 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
H A DARMWinEHPrinter.cpp268 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
275 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp164 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo()
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols()
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp420 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in initializeSymbols()
457 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) in findSectionDef()
675 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in createDefined()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp432 Symbol.getSectionDefinition(); in createDefinedSymbol()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h359 const coff_aux_section_definition *getSectionDefinition() const { in getSectionDefinition() function