reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
478 Row.reset(LineTable->Prologue.DefaultIsStmt); 487 Sequence.LowPC = Row.Address.Address; 490 LineTable->appendRow(Row); 491 if (Row.EndSequence) { 493 Sequence.HighPC = Row.Address.Address; 495 Sequence.SectionIndex = Row.Address.SectionIndex; 500 Row.postAppend(); 597 State.Row.EndSequence = true; 602 State.Row.dump(*OS); 626 State.Row.Address.Address = DebugLineData.getRelocatedAddress( 627 OffsetPtr, &State.Row.Address.SectionIndex); 629 *OS << format(" (0x%16.16" PRIx64 ")", State.Row.Address.Address); 670 State.Row.Discriminator = DebugLineData.getULEB128(OffsetPtr); 672 *OS << " (" << State.Row.Discriminator << ")"; 702 State.Row.dump(*OS); 715 State.Row.Address.Address += AddrOffset; 724 State.Row.Line += DebugLineData.getSLEB128(OffsetPtr); 726 *OS << " (" << State.Row.Line << ")"; 732 State.Row.File = DebugLineData.getULEB128(OffsetPtr); 734 *OS << " (" << State.Row.File << ")"; 740 State.Row.Column = DebugLineData.getULEB128(OffsetPtr); 742 *OS << " (" << State.Row.Column << ")"; 748 State.Row.IsStmt = !State.Row.IsStmt; 748 State.Row.IsStmt = !State.Row.IsStmt; 754 State.Row.BasicBlock = true; 773 State.Row.Address.Address += AddrOffset; 792 State.Row.Address.Address += PCOffset; 802 State.Row.PrologueEnd = true; 808 State.Row.EpilogueBegin = true; 814 State.Row.Isa = DebugLineData.getULEB128(OffsetPtr); 816 *OS << " (" << State.Row.Isa << ")"; 874 State.Row.Line += LineOffset; 875 State.Row.Address.Address += AddrOffset; 881 State.Row.dump(*OS);