Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp125 bool PrintedGroup = false; in printRelocations() local
131 if (!PrintedGroup) { in printRelocations()
134 PrintedGroup = true; in printRelocations()
140 if (PrintedGroup) { in printRelocations()
H A DMachODumper.cpp531 bool PrintedGroup = false; in printRelocations() local
533 if (!PrintedGroup) { in printRelocations()
536 PrintedGroup = true; in printRelocations()
542 if (PrintedGroup) { in printRelocations()
H A DCOFFDumper.cpp1419 bool PrintedGroup = false; in printRelocations() local
1421 if (!PrintedGroup) { in printRelocations()
1424 PrintedGroup = true; in printRelocations()
1430 if (PrintedGroup) { in printRelocations()