Lines Matching refs:P

391   P.formatLine("{0} | {1} [size = {2}]",  in visitSymbolBegin()
394 P.Indent(); in visitSymbolBegin()
400 AutoIndent Indent(P, 7); in visitSymbolEnd()
401 P.formatBinary("bytes", Record.content(), 0); in visitSymbolEnd()
403 P.Unindent(); in visitSymbolEnd()
429 P.format(" `{0}`", Block.Name); in visitKnownRecord()
430 AutoIndent Indent(P, 7); in visitKnownRecord()
431 P.formatLine("parent = {0}, end = {1}", Block.Parent, Block.End); in visitKnownRecord()
432 P.formatLine("code size = {0}, addr = {1}", Block.CodeSize, in visitKnownRecord()
438 P.format(" `{0}`", Thunk.Name); in visitKnownRecord()
439 AutoIndent Indent(P, 7); in visitKnownRecord()
440 P.formatLine("parent = {0}, end = {1}, next = {2}", Thunk.Parent, Thunk.End, in visitKnownRecord()
442 P.formatLine("kind = {0}, size = {1}, addr = {2}", in visitKnownRecord()
451 AutoIndent Indent(P, 7); in visitKnownRecord()
452 P.formatLine("type = {0}, size = {1}, source = {2}, target = {3}", in visitKnownRecord()
462 P.format(" `{0}`", Section.Name); in visitKnownRecord()
463 AutoIndent Indent(P, 7); in visitKnownRecord()
464 P.formatLine("length = {0}, alignment = {1}, rva = {2}, section # = {3}", in visitKnownRecord()
467 P.printLine("characteristics ="); in visitKnownRecord()
468 AutoIndent Indent2(P, 2); in visitKnownRecord()
469 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
476 P.format(" `{0}`", CG.Name); in visitKnownRecord()
477 AutoIndent Indent(P, 7); in visitKnownRecord()
478 P.formatLine("length = {0}, addr = {1}", CG.Size, in visitKnownRecord()
480 P.printLine("characteristics ="); in visitKnownRecord()
481 AutoIndent Indent2(P, 2); in visitKnownRecord()
482 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
490 P.format(" `{0}`", BPRel.Name); in visitKnownRecord()
491 AutoIndent Indent(P, 7); in visitKnownRecord()
492 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset); in visitKnownRecord()
498 P.format(" BuildId = `{0}`", BuildInfo.BuildId); in visitKnownRecord()
504 AutoIndent Indent(P, 7); in visitKnownRecord()
505 P.formatLine("type = {0}, addr = {1}", typeIndex(CSI.Type), in visitKnownRecord()
512 AutoIndent Indent(P, 7); in visitKnownRecord()
514 P.formatLine("- {0}", Entry); in visitKnownRecord()
520 P.format(" `{0}`", FS.Name); in visitKnownRecord()
521 AutoIndent Indent(P, 7); in visitKnownRecord()
526 P.formatLine("type = {0}, file name = {1} ({2}), flags = {3}", in visitKnownRecord()
528 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord()
533 P.formatLine("type = {0}, file name offset = {1}, flags = {2}", in visitKnownRecord()
535 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord()
540 P.format(" `{0}`", Export.Name); in visitKnownRecord()
541 AutoIndent Indent(P, 7); in visitKnownRecord()
542 P.formatLine("ordinal = {0}, flags = {1}", Export.Ordinal, in visitKnownRecord()
543 formatExportFlags(P.getIndentLevel() + 9, Export.Flags)); in visitKnownRecord()
549 AutoIndent Indent(P, 7); in visitKnownRecord()
553 P.formatLine("machine = {0}, ver = {1}, language = {2}", in visitKnownRecord()
556 P.formatLine("frontend = {0}.{1}.{2}, backend = {3}.{4}.{5}", in visitKnownRecord()
560 P.formatLine("flags = {0}", in visitKnownRecord()
561 formatCompileSym2Flags(P.getIndentLevel() + 9, Compile2.Flags)); in visitKnownRecord()
562 P.formatLine( in visitKnownRecord()
564 typesetStringList(P.getIndentLevel() + 9 + 2, Compile2.ExtraStrings)); in visitKnownRecord()
570 AutoIndent Indent(P, 7); in visitKnownRecord()
574 P.formatLine("machine = {0}, Ver = {1}, language = {2}", in visitKnownRecord()
577 P.formatLine("frontend = {0}.{1}.{2}.{3}, backend = {4}.{5}.{6}.{7}", in visitKnownRecord()
582 P.formatLine("flags = {0}", in visitKnownRecord()
583 formatCompileSym3Flags(P.getIndentLevel() + 9, Compile3.Flags)); in visitKnownRecord()
589 P.format(" `{0}`", Constant.Name); in visitKnownRecord()
590 AutoIndent Indent(P, 7); in visitKnownRecord()
591 P.formatLine("type = {0}, value = {1}", typeIndex(Constant.Type), in visitKnownRecord()
597 P.format(" `{0}`", Data.Name); in visitKnownRecord()
598 AutoIndent Indent(P, 7); in visitKnownRecord()
599 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type), in visitKnownRecord()
606 P.format(" offset = {0}", Def.Offset); in visitKnownRecord()
612 AutoIndent Indent(P, 7); in visitKnownRecord()
613 P.formatLine("offset = {0}, range = {1}", Def.Hdr.Offset, in visitKnownRecord()
615 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
621 AutoIndent Indent(P, 7); in visitKnownRecord()
622 P.formatLine("register = {0}, offset = {1}, offset in parent = {2}, has " in visitKnownRecord()
627 P.formatLine("range = {0}, gaps = [{1}]", formatRange(Def.Range), in visitKnownRecord()
628 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
634 AutoIndent Indent(P, 7); in visitKnownRecord()
635 P.formatLine("register = {0}, may have no name = {1}, range start = " in visitKnownRecord()
642 P.formatLine("gaps = [{0}]", in visitKnownRecord()
643 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord()
649 AutoIndent Indent(P, 7); in visitKnownRecord()
651 P.formatLine("register = {0}, may have no name = {1}, offset in parent = {2}", in visitKnownRecord()
654 P.formatLine("range = {0}, gaps = [{1}]", formatRange(Def.Range), in visitKnownRecord()
655 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
661 AutoIndent Indent(P, 7); in visitKnownRecord()
662 P.formatLine("program = {0}, offset in parent = {1}, range = {2}", in visitKnownRecord()
664 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
669 AutoIndent Indent(P, 7); in visitKnownRecord()
670 P.formatLine("program = {0}, range = {1}", Def.Program, in visitKnownRecord()
672 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
677 AutoIndent Indent(P, 7); in visitKnownRecord()
678 P.formatLine("code offset = {0}, Register = {1}, kind = {2}, flags = {3}", in visitKnownRecord()
685 AutoIndent Indent(P, 7); in visitKnownRecord()
686 P.formatLine("size = {0}, padding size = {1}, offset to padding = {2}", in visitKnownRecord()
688 P.formatLine("bytes of callee saved registers = {0}, exception handler addr " in visitKnownRecord()
693 P.formatLine( in visitKnownRecord()
697 P.formatLine("flags = {0}", in visitKnownRecord()
698 formatFrameProcedureOptions(P.getIndentLevel() + 9, FP.Flags)); in visitKnownRecord()
704 AutoIndent Indent(P, 7); in visitKnownRecord()
705 P.formatLine("type = {0}, addr = {1} call size = {2}", typeIndex(HAS.Type), in visitKnownRecord()
712 AutoIndent Indent(P, 7); in visitKnownRecord()
713 P.formatLine("inlinee = {0}, parent = {1}, end = {2}", idIndex(IS.Inlinee), in visitKnownRecord()
722 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in visitKnownRecord()
726 P.format(" code 0x{0} (+0x{1})", utohexstr(CodeOffset), utohexstr(Delta)); in visitKnownRecord()
730 P.format(" code end 0x{0} (+0x{1})", utohexstr(CodeOffset + Length), in visitKnownRecord()
736 P.format(" line {0} ({1}{2})", LineOffset, Sign, std::abs(Delta)); in visitKnownRecord()
776 P.format(" setfile {0} 0x{1}", utohexstr(FileOffset)); in visitKnownRecord()
789 P.format(" {0} {1}", Annot.Name, Annot.U1); in visitKnownRecord()
792 P.format(" {0} {1}", Annot.Name, Annot.S1); in visitKnownRecord()
801 P.format(" `{0}`", Register.Name); in visitKnownRecord()
802 AutoIndent Indent(P, 7); in visitKnownRecord()
803 P.formatLine("register = {0}, type = {1}", in visitKnownRecord()
811 P.format(" `{0}`", Public.Name); in visitKnownRecord()
812 AutoIndent Indent(P, 7); in visitKnownRecord()
813 P.formatLine("flags = {0}, addr = {1}", in visitKnownRecord()
814 formatPublicSymFlags(P.getIndentLevel() + 9, Public.Flags), in visitKnownRecord()
820 P.format(" `{0}`", PR.Name); in visitKnownRecord()
821 AutoIndent Indent(P, 7); in visitKnownRecord()
822 P.formatLine("module = {0}, sum name = {1}, offset = {2}", PR.Module, in visitKnownRecord()
828 P.format(" `{0}` (addr = {1})", Label.Name, in visitKnownRecord()
830 AutoIndent Indent(P, 7); in visitKnownRecord()
831 P.formatLine("flags = {0}", in visitKnownRecord()
832 formatProcSymFlags(P.getIndentLevel() + 9, Label.Flags)); in visitKnownRecord()
837 P.format(" `{0}`", Local.Name); in visitKnownRecord()
838 AutoIndent Indent(P, 7); in visitKnownRecord()
841 formatLocalSymFlags(P.getIndentLevel() + 9, Local.Flags); in visitKnownRecord()
842 P.formatLine("type={0}, flags = {1}", typeIndex(Local.Type), FlagStr); in visitKnownRecord()
848 P.format(" sig={0}, `{1}`", ObjName.Signature, ObjName.Name); in visitKnownRecord()
853 P.format(" `{0}`", Proc.Name); in visitKnownRecord()
854 AutoIndent Indent(P, 7); in visitKnownRecord()
855 P.formatLine("parent = {0}, end = {1}, addr = {2}, code size = {3}", in visitKnownRecord()
869 P.formatLine("type = `{0}`, debug start = {1}, debug end = {2}, flags = {3}", in visitKnownRecord()
872 formatProcSymFlags(P.getIndentLevel() + 9, Proc.Flags)); in visitKnownRecord()
897 AutoIndent Indent(P, 7); in visitKnownRecord()
899 P.formatLine(Format, idIndex(I)); in visitKnownRecord()
906 P.format(" `{0}`", RegRel.Name); in visitKnownRecord()
907 AutoIndent Indent(P, 7); in visitKnownRecord()
908 P.formatLine( in visitKnownRecord()
916 P.format(" `{0}`", Data.Name); in visitKnownRecord()
917 AutoIndent Indent(P, 7); in visitKnownRecord()
918 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type), in visitKnownRecord()
924 P.format(" `{0}`", UDT.Name); in visitKnownRecord()
925 AutoIndent Indent(P, 7); in visitKnownRecord()
926 P.formatLine("original type = {0}", UDT.Type); in visitKnownRecord()
932 P.format(" `{0}`", UN.Name); in visitKnownRecord()
938 AutoIndent Indent(P, 7); in visitKnownRecord()
939 P.formatLine("addr = {0}", formatSegmentOffset(Annot.Segment, Annot.CodeOffset)); in visitKnownRecord()
940 P.formatLine("strings = {0}", typesetStringList(P.getIndentLevel() + 9 + 2, in visitKnownRecord()
947 AutoIndent Indent(P, 7); in visitKnownRecord()
948 P.formatLine( in visitKnownRecord()