Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp136 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
143 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
H A DARMWinEHPrinter.cpp269 CoffSym.getSectionDefinition() == nullptr) in getPreferredSymbol()
276 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp166 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo()
/openbsd-src/gnu/llvm/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()
676 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in createDefined()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp505 Symbol.getSectionDefinition(); in createDefinedSymbol()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h359 const coff_aux_section_definition *getSectionDefinition() const { in getSectionDefinition() function