reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  112       return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
   89   TotalLength = PrologueLength = 0;
  108   OS << format(" prologue_length: 0x%8.8" PRIx64 "\n", PrologueLength)
  358   PrologueLength =
  360   const uint64_t EndPrologueOffset = PrologueLength + *OffsetPtr;
tools/dsymutil/DwarfLinker.cpp
 1931     uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength;
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  189   EXPECT_EQ(Prologue.PrologueLength, PrologueLength);
  371   ++Prologue.PrologueLength;
  398     Prologue.PrologueLength -= 2;
  400     Prologue.PrologueLength -= 1;
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  160     P.PrologueLength = 35;
  164     P.PrologueLength = 36;
  168     P.PrologueLength = 39;
  302     Asm.emitInt64(Prologue->PrologueLength);
  304     Asm.emitInt32(Prologue->PrologueLength);