Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1808 std::vector<Elf_Rela> ungroupedRelatives; in updateAllocSize() local
1817 ungroupedRelatives.insert(ungroupedRelatives.end(), group.begin(), in updateAllocSize()
1913 if (!ungroupedRelatives.empty()) { in updateAllocSize()
1914 add(ungroupedRelatives.size()); in updateAllocSize()
1917 for (Elf_Rela &r : ungroupedRelatives) { in updateAllocSize()