Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1737 std::vector<Elf_Rela> relatives, nonRelatives; in updateAllocSize() local
1746 nonRelatives.push_back(r); in updateAllocSize()
1785 llvm::stable_sort(nonRelatives, [](const Elf_Rela &a, const Elf_Rela &b) { in updateAllocSize()
1807 for (auto i = nonRelatives.begin(), e = nonRelatives.end(); i != e;) { in updateAllocSize()