Lines Matching defs:DumpOpts
61 const DIDumpOptions &DumpOpts) {
62 if (!DumpOpts.ShowAddresses)
68 R.dump(OS, AddressSize, DumpOpts, &Obj);
74 DIDumpOptions DumpOpts) {
81 FormValue.dump(OS, DumpOpts);
89 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent);
94 DIDumpOptions DumpOpts) {
103 .print(OS, DumpOpts, U);
112 DIDumpOptions DumpOpts) {
122 if (DumpOpts.Verbose || DumpOpts.ShowForm)
156 FormValue.dump(OS, DumpOpts);
160 if (DumpOpts.Verbose) {
161 FormValue.dump(OS, DumpOpts);
165 if (DumpOpts.Verbose)
167 } else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose &&
169 if (DumpOpts.ShowAddresses) {
175 FormValue.dump(OS, DumpOpts);
180 DumpOpts);
185 DumpOpts);
187 FormValue.dump(OS, DumpOpts);
189 std::string Space = DumpOpts.ShowAddresses ? " " : "";
219 FV.dump(OS, DumpOpts);
223 sizeof(BaseIndent) + Indent + 4, DumpOpts);
225 DumpOpts.RecoverableErrorHandler(createStringError(
566 DIDumpOptions DumpOpts, unsigned Depth = 0) {
569 if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth)
571 Indent = dumpParentChain(Die.getParent(), OS, Indent, DumpOpts, Depth + 1);
572 Die.dump(OS, Indent, DumpOpts);
577 DIDumpOptions DumpOpts) const {
583 if (DumpOpts.ShowParents) {
584 DIDumpOptions ParentDumpOpts = DumpOpts;
592 if (DumpOpts.ShowAddresses)
601 if (DumpOpts.Verbose) {
612 dumpAttribute(OS, *this, AttrValue, Indent, DumpOpts);
614 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0) {
616 DumpOpts.ChildRecurseDepth--;
617 DIDumpOptions ChildDumpOpts = DumpOpts;