Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp323 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection() local
324 if (!ExpSec) in getSymbolSection()
325 return ExpSec.takeError(); in getSymbolSection()
327 return section_iterator(SectionRef(ExpSec.get(), this)); in getSymbolSection()