Lines Matching defs:CodeOffset
433 formatSegmentOffset(Block.Segment, Block.CodeOffset));
506 formatSegmentOffset(CSI.Segment, CSI.CodeOffset));
679 FC.CodeOffset, formatRegisterId(FC.Register, CompilationCPU),
706 formatSegmentOffset(HAS.Segment, HAS.CodeOffset),
719 uint32_t CodeOffset = 0;
725 CodeOffset += Delta;
726 P.format(" code 0x{0} (+0x{1})", utohexstr(CodeOffset), utohexstr(Delta));
730 P.format(" code end 0x{0} (+0x{1})", utohexstr(CodeOffset + Length),
743 case BinaryAnnotationsOpCode::CodeOffset:
755 CodeOffset += Annot.U1;
829 formatSegmentOffset(Label.Segment, Label.CodeOffset));
857 formatSegmentOffset(Proc.Segment, Proc.CodeOffset),
939 P.formatLine("addr = {0}", formatSegmentOffset(Annot.Segment, Annot.CodeOffset));