Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp218 int16_t SectNum = SymEntPtr->SectionNumber; in getSymbolSection() local
220 if (isReservedSectionNumber(SectNum)) in getSymbolSection()
223 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
775 int16_t SectNum = getSectionNumber(); in isFunction() local
776 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()