Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp103 LDSection* const exTab = exTuple->getExTabSection(); in scanInputExceptionSections() local
109 if (exTab) { in scanInputExceptionSections()
110 fatal(diag::eh_missing_exidx_section) << exTab->name() << pInput.name(); in scanInputExceptionSections()
132 if (exTab) { in scanInputExceptionSections()
133 exTab->setKind(LDFileFormat::Ignore); in scanInputExceptionSections()
143 RegionFragment* exTabFrag = exTab ? findRegionFragment(*exTab) : NULL; in scanInputExceptionSections()