Home
last modified time | relevance | path

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

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