Searched refs:exTab (Results 1 – 1 of 1) sorted by relevance
103 LDSection* const exTab = exTuple->getExTabSection(); in scanInputExceptionSections() local109 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()