Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp227 const int16_t SectNum = toSymbolRef(Symb).getSectionNumber(); in getSymbolSection() local
229 if (isReservedSectionNumber(SectNum)) in getSymbolSection()
232 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
819 const int16_t SectNum = getSectionNumber(); in isFunction() local
820 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()