Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp365 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection() local
366 if (!ExpSec) in getSymbolSection()
367 return ExpSec.takeError(); in getSymbolSection()
369 return section_iterator(SectionRef(ExpSec.get(), this)); in getSymbolSection()