Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2673 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections() local
2674 if (MainGroup != &G) { in printGroupSections()
2679 << format_decimal(MainGroup->Index, 5) << "]"; in printGroupSections()
4163 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections() local
4164 if (MainGroup != &G) { in printGroupSections()
4168 << ") is already in a group " + MainGroup->Name + " (" in printGroupSections()
4169 << MainGroup->Index << ")\n"; in printGroupSections()