Home
last modified time | relevance | path

Searched refs:getSectionByNum (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp323 getSectionByNum(XCOFFSym.getSectionNumber()); in getSymbolType()
364 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
793 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum() function in llvm::object::XCOFFObjectFile
833 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h698 Expected<DataRefImpl> getSectionByNum(int16_t Num) const;