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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp474 std::vector<InputSectionBase *> secs(part.armExidx->exidxSections.begin(),
475 part.armExidx->exidxSections.end());
H A DSyntheticSections.cpp3288 exidxSections.push_back(isec);
3368 // The executableSections and exidxSections that we use to derive the final
3374 llvm::erase_if(exidxSections, isDiscarded);
3477 return llvm::find_if(exidxSections, [](InputSection *isec) {
3479 }) != exidxSections.end();
H A DSyntheticSections.h1046 std::vector<InputSection *> exidxSections; member in class:lld::elf::ARMExidxSyntheticSection
H A DWriter.cpp1109 for (InputSection *ex : part.armExidx->exidxSections)

Completed in 50 milliseconds