Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:getULEB128

107       fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr);
108 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr);
109 fileEntry.Length = debug_line_data.getULEB128(offset_ptr);
272 uint64_t len = debug_line_data.getULEB128(offset_ptr);
333 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr);
334 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr);
335 fileEntry.Length = debug_line_data.getULEB128(offset_ptr);
341 State.Row.Discriminator = debug_line_data.getULEB128(offset_ptr);
365 debug_line_data.getULEB128(offset_ptr) * Prologue.MinInstLength;
377 State.Row.File = debug_line_data.getULEB128(offset_ptr);
383 State.Row.Column = debug_line_data.getULEB128(offset_ptr);
446 State.Row.Isa = debug_line_data.getULEB128(offset_ptr);
457 debug_line_data.getULEB128(offset_ptr);