Searched refs:HeaderScope (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InputFile.h | 165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule() argument 168 HeaderScope.P.formatLine( in iterateOneModule() 170 fmt_align(Modi, AlignStyle::Right, HeaderScope.LabelWidth), SG.name()); in iterateOneModule() 172 AutoIndent Indent(HeaderScope); in iterateOneModule() 177 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups() argument 179 AutoIndent Indent(HeaderScope); in iterateSymbolGroups() 181 FilterOptions Filters = HeaderScope.P.getFilters(); in iterateSymbolGroups() 185 return iterateOneModule(Input, withLabelWidth(HeaderScope, NumDigits(Modi)), in iterateSymbolGroups() 194 iterateOneModule(Input, withLabelWidth(HeaderScope, NumDigits(I)), in iterateSymbolGroups() 205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 969 const PrintScope HeaderScope(Printer, /*IndentLevel=*/2); in createScopes() 971 Input, HeaderScope, VisitInlineeLines)) in createScopes() 1062 if (Error Err = iterateSymbolGroups(Input, HeaderScope, VisitSymbolGroup)) in createScopes() 1105 Input, HeaderScope, VisitDebugLines)) in createScopes() 970 const PrintScope HeaderScope(Printer, /*IndentLevel=*/2); createScopes() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 149 DictScope HeaderScope(W, "Header"); in dump() local 432 DictScope HeaderScope(W, "Header"); in dump() local
|