Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp231 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection() local
232 if (!ExpSec) in getSymbolSection()
233 return ExpSec.takeError(); in getSymbolSection()
235 return section_iterator(SectionRef(ExpSec.get(), this)); in getSymbolSection()