Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.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()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp225 int16_t SectNum = SymEntPtr->SectionNumber; in getSymbolSection() local
227 if (isReservedSectionNumber(SectNum)) in getSymbolSection()
230 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
829 int16_t SectNum = getSectionNumber(); in isFunction() local
830 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()