Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1759 std::vector<Elf_Rela> ungroupedRelatives; in updateAllocSize() local
1768 ungroupedRelatives.insert(ungroupedRelatives.end(), group.begin(), in updateAllocSize()
1864 if (!ungroupedRelatives.empty()) { in updateAllocSize()
1865 add(ungroupedRelatives.size()); in updateAllocSize()
1868 for (Elf_Rela &r : ungroupedRelatives) { in updateAllocSize()