Searched refs:debug_loc_data (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 3005 while (debug_loc_data.ValidOffset(offset)) { in LocationListSize() 3015 uint16_t loc_length = debug_loc_data.GetU16(&offset); in LocationListSize() 3027 if (!debug_loc_data.ValidOffset(*offset_ptr)) in AddressRangeForLocationListEntry() 3036 low_pc = debug_loc_data.GetAddress(offset_ptr); in AddressRangeForLocationListEntry() 3037 high_pc = debug_loc_data.GetAddress(offset_ptr); in AddressRangeForLocationListEntry() 3041 switch (debug_loc_data.GetU8(offset_ptr)) { in AddressRangeForLocationListEntry() 3047 index = debug_loc_data.GetULEB128(offset_ptr); in AddressRangeForLocationListEntry() 3061 low_pc = debug_loc_data.GetAddress(offset_ptr); in AddressRangeForLocationListEntry() 3066 low_pc = debug_loc_data.GetAddress(offset_ptr); in AddressRangeForLocationListEntry() 3067 high_pc = debug_loc_data.GetAddress(offset_ptr); in AddressRangeForLocationListEntry() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 356 const DataExtractor &debug_loc_data, 364 const DataExtractor &debug_loc_data, 396 const DWARFUnit *dwarf_cu, const DataExtractor &debug_loc_data,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 542 const DWARFDataExtractor &debug_loc_data = in GetDIENamesAndRanges() local 547 cu, debug_loc_data, debug_loc_offset); in GetDIENamesAndRanges() 549 frame_base->SetOpcodeData(module, debug_loc_data, in GetDIENamesAndRanges()
|
| H A D | SymbolFileDWARF.cpp | 3357 const DWARFDataExtractor &debug_loc_data = DebugLocData(); in ParseVariableDIE() local 3361 die.GetCU(), debug_loc_data, debug_loc_offset); in ParseVariableDIE() 3363 location.CopyOpcodeData(module, debug_loc_data, in ParseVariableDIE()
|