Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:getULEB128

203       fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr);
204 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr);
205 fileEntry.Length = debug_line_data.getULEB128(offset_ptr);
247 uint64_t len = debug_line_data.getULEB128(offset_ptr);
307 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr);
308 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr);
309 fileEntry.Length = debug_line_data.getULEB128(offset_ptr);
334 state.Address += debug_line_data.getULEB128(offset_ptr) *
347 state.File = debug_line_data.getULEB128(offset_ptr);
353 state.Column = debug_line_data.getULEB128(offset_ptr);
416 state.Isa = debug_line_data.getULEB128
427 debug_line_data.getULEB128(offset_ptr);