Lines Matching refs:formatLine
391 P.formatLine("{0} | {1} [size = {2}]", in visitSymbolBegin()
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()
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()
452 P.formatLine("type = {0}, size = {1}, source = {2}, target = {3}", in visitKnownRecord()
464 P.formatLine("length = {0}, alignment = {1}, rva = {2}, section # = {3}", in visitKnownRecord()
478 P.formatLine("length = {0}, addr = {1}", CG.Size, in visitKnownRecord()
492 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset); in visitKnownRecord()
505 P.formatLine("type = {0}, addr = {1}", typeIndex(CSI.Type), in visitKnownRecord()
514 P.formatLine("- {0}", Entry); in visitKnownRecord()
526 P.formatLine("type = {0}, file name = {1} ({2}), flags = {3}", in visitKnownRecord()
533 P.formatLine("type = {0}, file name offset = {1}, flags = {2}", in visitKnownRecord()
542 P.formatLine("ordinal = {0}, flags = {1}", Export.Ordinal, 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()
562 P.formatLine( 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()
591 P.formatLine("type = {0}, value = {1}", typeIndex(Constant.Type), in visitKnownRecord()
599 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type), 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()
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()
635 P.formatLine("register = {0}, may have no name = {1}, range start = " in visitKnownRecord()
642 P.formatLine("gaps = [{0}]", 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()
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()
670 P.formatLine("program = {0}, range = {1}", Def.Program, in visitKnownRecord()
672 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
678 P.formatLine("code offset = {0}, Register = {1}, kind = {2}, flags = {3}", 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()
705 P.formatLine("type = {0}, addr = {1} call size = {2}", typeIndex(HAS.Type), 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()
803 P.formatLine("register = {0}, type = {1}", in visitKnownRecord()
813 P.formatLine("flags = {0}, addr = {1}", in visitKnownRecord()
822 P.formatLine("module = {0}, sum name = {1}, offset = {2}", PR.Module, in visitKnownRecord()
831 P.formatLine("flags = {0}", in visitKnownRecord()
842 P.formatLine("type={0}, flags = {1}", typeIndex(Local.Type), FlagStr); 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()
899 P.formatLine(Format, idIndex(I)); in visitKnownRecord()
908 P.formatLine( in visitKnownRecord()
918 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type), in visitKnownRecord()
926 P.formatLine("original type = {0}", UDT.Type); 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()
948 P.formatLine( in visitKnownRecord()