Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.cpp521 std::vector<InputSectionBase *> secs(part.armExidx->exidxSections.begin(), in discardSynthetic()
522 part.armExidx->exidxSections.end()); in discardSynthetic()
DSyntheticSections.cpp3333 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()
DSyntheticSections.h1052 std::vector<InputSection *> exidxSections; variable
DWriter.cpp1122 for (InputSection *ex : part.armExidx->exidxSections) in forEachRelSec()