Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1882 std::vector<std::vector<Elf_Rela>> nonRelativeGroups; in updateAllocSize() local
1891 nonRelativeGroups.emplace_back(i, j); in updateAllocSize()
1955 for (ArrayRef<Elf_Rela> g : nonRelativeGroups) { in updateAllocSize()