Lines Matching defs:DumpOpts

60                        const DIDumpOptions &DumpOpts) {
61 if (!DumpOpts.ShowAddresses)
67 R.dump(OS, AddressSize, DumpOpts, &Obj);
73 DIDumpOptions DumpOpts) {
80 FormValue.dump(OS, DumpOpts);
88 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent);
93 DIDumpOptions DumpOpts) {
102 .print(OS, DumpOpts, U);
111 DIDumpOptions DumpOpts) {
121 if (DumpOpts.Verbose || DumpOpts.ShowForm)
155 FormValue.dump(OS, DumpOpts);
159 if (DumpOpts.Verbose) {
160 FormValue.dump(OS, DumpOpts);
164 if (DumpOpts.Verbose)
166 } else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose &&
168 if (DumpOpts.ShowAddresses) {
174 FormValue.dump(OS, DumpOpts);
179 DumpOpts);
184 DumpOpts);
186 FormValue.dump(OS, DumpOpts);
188 std::string Space = DumpOpts.ShowAddresses ? " " : "";
218 FV.dump(OS, DumpOpts);
222 sizeof(BaseIndent) + Indent + 4, DumpOpts);
224 DumpOpts.RecoverableErrorHandler(createStringError(
584 DIDumpOptions DumpOpts, unsigned Depth = 0) {
587 if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth)
589 Indent = dumpParentChain(Die.getParent(), OS, Indent, DumpOpts, Depth + 1);
590 Die.dump(OS, Indent, DumpOpts);
595 DIDumpOptions DumpOpts) const {
601 if (DumpOpts.ShowParents) {
602 DIDumpOptions ParentDumpOpts = DumpOpts;
610 if (DumpOpts.ShowAddresses)
619 if (DumpOpts.Verbose) {
630 dumpAttribute(OS, *this, AttrValue, Indent, DumpOpts);
632 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0) {
634 DumpOpts.ChildRecurseDepth--;
635 DIDumpOptions ChildDumpOpts = DumpOpts;