Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp318 const int16_t SectNum = toSymbolRef(Symb).getSectionNumber(); in getSymbolSection() local
320 if (isReservedSectionNumber(SectNum)) in getSymbolSection()
323 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
1156 const int16_t SectNum = getSectionNumber(); in isFunction() local
1157 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()