Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp313 getSectionByNum(XCOFFSym.getSectionNumber()); in getSymbolType()
354 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
777 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum() function in llvm::object::XCOFFObjectFile
817 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
1247 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h684 Expected<DataRefImpl> getSectionByNum(int16_t Num) const;