Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1831 std::vector<Elf_Rela> relatives, nonRelatives; in updateAllocSize() local
1843 nonRelatives.push_back(r); in updateAllocSize()
1882 llvm::sort(nonRelatives, [](const Elf_Rela &a, const Elf_Rela &b) { in updateAllocSize()
1904 for (auto i = nonRelatives.begin(), e = nonRelatives.end(); i != e;) { in updateAllocSize()