Searched defs:PrintedGroup (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp506 bool PrintedGroup = false; local
508 if (!PrintedGroup) {
511 PrintedGroup = true;
517 if (PrintedGroup) {
H A DCOFFDumper.cpp1161 bool PrintedGroup = false; local
1163 if (!PrintedGroup) {
1166 PrintedGroup = true;
1172 if (PrintedGroup) {

Completed in 499 milliseconds