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.cpp136 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
143 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
H A DARMWinEHPrinter.cpp270 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
277 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp167 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp421 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in initializeSymbols()
458 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) in findSectionDef()
678 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in createDefined()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp515 Symbol.getSectionDefinition(); in createDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h359 const coff_aux_section_definition *getSectionDefinition() const { in getSectionDefinition() function