Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp282 getSectionByNum(XCOFFSym.getSectionNumber()); in getSymbolType()
323 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
729 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum() function in llvm::object::XCOFFObjectFile
753 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
1157 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h606 Expected<DataRefImpl> getSectionByNum(int16_t Num) const;