Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp226 int16_t SectNum = SymEntPtr->SectionNumber; in getSymbolSection() local
228 if (isReservedSectionNumber(SectNum)) in getSymbolSection()
231 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
845 int16_t SectNum = getSectionNumber(); in isFunction() local
846 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()