Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWin64EHDumper.cpp136 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
143 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
HDARMWinEHPrinter.cpp270 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
277 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFReader.cpp137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDObjectFileInterface.cpp167 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo()
/freebsd-head/contrib/llvm-project/lld/COFF/
HDInputFiles.cpp460 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in initializeSymbols()
497 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) in findSectionDef()
717 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in createDefined()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFFLinkGraphBuilder.cpp515 Symbol.getSectionDefinition(); in createDefinedSymbol()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDCOFF.h359 const coff_aux_section_definition *getSectionDefinition() const { in getSectionDefinition() function