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

References

tools/lldb/source/Expression/DWARFExpression.cpp
 2661   if (!debug_loc_data.ValidOffset(*offset_ptr))
 2670     low_pc = debug_loc_data.GetAddress(offset_ptr);
 2671     high_pc = debug_loc_data.GetAddress(offset_ptr);
 2675     switch (debug_loc_data.GetU8(offset_ptr)) {
 2679       uint64_t index = debug_loc_data.GetULEB128(offset_ptr);
 2681       index = debug_loc_data.GetULEB128(offset_ptr);
 2686       uint64_t index = debug_loc_data.GetULEB128(offset_ptr);
 2689                             ? debug_loc_data.GetULEB128(offset_ptr)
 2690                             : debug_loc_data.GetU32(offset_ptr);
 2695       low_pc = debug_loc_data.GetAddress(offset_ptr);
 2696       high_pc = low_pc + debug_loc_data.GetULEB128(offset_ptr);
 2700       low_pc = debug_loc_data.GetAddress(offset_ptr);
 2701       high_pc = debug_loc_data.GetAddress(offset_ptr);