Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp578 part.armExidx->exidxSections.begin(), in discardSynthetic()
579 part.armExidx->exidxSections.end()); in discardSynthetic()
H A DSyntheticSections.h1102 SmallVector<InputSection *, 0> exidxSections; variable
H A DSyntheticSections.cpp3371 exidxSections.push_back(isec); in addSection()
3457 llvm::erase_if(exidxSections, isDiscarded); in finalizeContents()
3560 return llvm::any_of(exidxSections, in isNeeded()
H A DRelocations.cpp1569 for (InputSection *sec : part.armExidx->exidxSections) in scanRelocations()