Searched refs:exidxSections (Results 1 – 4 of 4) sorted by relevance
521 std::vector<InputSectionBase *> secs(part.armExidx->exidxSections.begin(), in discardSynthetic()522 part.armExidx->exidxSections.end()); in discardSynthetic()
3333 exidxSections.push_back(isec); in addSection()3419 llvm::erase_if(exidxSections, isDiscarded); in finalizeContents()3522 return llvm::find_if(exidxSections, [](InputSection *isec) { in isNeeded()3524 }) != exidxSections.end(); in isNeeded()
1052 std::vector<InputSection *> exidxSections; variable
1122 for (InputSection *ex : part.armExidx->exidxSections) in forEachRelSec()