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

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

Completed in 32 milliseconds