Lines Matching refs:CodeOffset
433 formatSegmentOffset(Block.Segment, Block.CodeOffset)); in visitKnownRecord()
506 formatSegmentOffset(CSI.Segment, CSI.CodeOffset)); in visitKnownRecord()
679 FC.CodeOffset, formatRegisterId(FC.Register, CompilationCPU), in visitKnownRecord()
706 formatSegmentOffset(HAS.Segment, HAS.CodeOffset), in visitKnownRecord()
719 uint32_t CodeOffset = 0; in visitKnownRecord() local
725 CodeOffset += Delta; 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()
743 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
755 CodeOffset += Annot.U1; in visitKnownRecord()
829 formatSegmentOffset(Label.Segment, Label.CodeOffset)); in visitKnownRecord()
857 formatSegmentOffset(Proc.Segment, Proc.CodeOffset), in visitKnownRecord()
939 P.formatLine("addr = {0}", formatSegmentOffset(Annot.Segment, Annot.CodeOffset)); in visitKnownRecord()