Lines Matching refs:getULEB128
113 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parse()
114 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parse()
115 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parse()
271 uint64_t len = debug_line_data.getULEB128(offset_ptr); in parse()
332 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parse()
333 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parse()
334 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parse()
340 State.Row.Discriminator = debug_line_data.getULEB128(offset_ptr); in parse()
364 debug_line_data.getULEB128(offset_ptr) * Prologue.MinInstLength; in parse()
376 State.Row.File = debug_line_data.getULEB128(offset_ptr); in parse()
382 State.Row.Column = debug_line_data.getULEB128(offset_ptr); in parse()
445 State.Row.Isa = debug_line_data.getULEB128(offset_ptr); in parse()
456 debug_line_data.getULEB128(offset_ptr); in parse()