Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp354 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection() local
355 if (!ExpSec) in getSymbolSection()
356 return ExpSec.takeError(); in getSymbolSection()
358 return section_iterator(SectionRef(ExpSec.get(), this)); in getSymbolSection()