Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp102 LDSection* const exIdx = exTuple->getExIdxSection(); in scanInputExceptionSections() local
108 if (!exIdx) { in scanInputExceptionSections()
124 fatal(diag::eh_missing_text_section) << exIdx->name() << pInput.name(); in scanInputExceptionSections()
131 exIdx->setKind(LDFileFormat::Ignore); in scanInputExceptionSections()
142 RegionFragment* exIdxFrag = findRegionFragment(*exIdx); in scanInputExceptionSections()