Home | History | Annotate | Download | only in DWARF

Lines Matching refs:Prologue

51     // Prologue
53 struct Prologue
56 Prologue() :
71 typedef std::shared_ptr<Prologue> shared_ptr;
85 // Length of the prologue in bytes
87 // Length of the line table data in bytes (not including the prologue)
170 prologue(),
178 prologue.reset();
185 Prologue::shared_ptr prologue;
203 State (Prologue::shared_ptr& prologue_sp,
217 Prologue::shared_ptr prologue;
221 int row; // The row number that starts at zero for the prologue, and increases for each row added to the matrix
229 static bool ParsePrologue(const lldb_private::DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Prologue* prologue);
235 // static void AppendLineTableData(const DWARFDebugLine::Prologue* prologue, const DWARFDebugLine::Row::collection& state_coll, const uint32_t addr_size, BinaryStreamBuf &debug_line_data);