Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp139 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
146 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
H A DARMWinEHPrinter.cpp271 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
278 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp136 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp165 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp638 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in initializeSymbols()
692 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) in findSectionDef()
944 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in createDefined()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp518 Symbol.getSectionDefinition(); in createDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h364 const coff_aux_section_definition *getSectionDefinition() const { in getSectionDefinition() function