Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp3281 exidxSections.push_back(isec); in addSection()
3363 llvm::erase_if(exidxSections, isDiscarded); in finalizeContents()
3454 return llvm::find_if(exidxSections, [](InputSection *isec) { in isNeeded()
3456 }) != exidxSections.end(); in isNeeded()
HDSyntheticSections.h1046 std::vector<InputSection *> exidxSections; variable
HDWriter.cpp1034 for (InputSection *ex : part.armExidx->exidxSections) in forEachRelSec()