Searched refs:debug_info_data (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 203 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, in SkipValue() argument 205 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit); in SkipValue() 209 const DWARFDataExtractor &debug_info_data, in SkipValue() argument 218 dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue() 223 dw_uleb128_t size = debug_info_data.GetU8(offset_ptr); in SkipValue() 228 dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); in SkipValue() 233 dw_uleb128_t size = debug_info_data.GetU32(offset_ptr); in SkipValue() 240 debug_info_data.GetCStr(offset_ptr); in SkipValue() 319 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue() 323 dw_form_t indirect_form = debug_info_data.GetULEB128(offset_ptr); in SkipValue() [all …]
|
| H A D | DWARFFormValue.h | 71 bool SkipValue(const lldb_private::DWARFDataExtractor &debug_info_data, 74 const lldb_private::DWARFDataExtractor &debug_info_data,
|
| H A D | DWARFASTParserClang.cpp | 1393 const DWARFDataExtractor &debug_info_data = die.GetData(); in ParseInheritance() local 1396 form_value.BlockData() - debug_info_data.GetDataStart(); in ParseInheritance() 1399 DataExtractor(debug_info_data, block_offset, block_length), in ParseInheritance() 2450 const DWARFDataExtractor &debug_info_data = die.GetData(); in MemberAttributes() local 2453 form_value.BlockData() - debug_info_data.GetDataStart(); in MemberAttributes() 2458 DataExtractor(debug_info_data, block_offset, block_length), in MemberAttributes()
|
| H A D | SymbolFileDWARF.cpp | 3263 const DWARFDataExtractor &debug_info_data = die.GetData(); in ParseVariableDIE() local 3267 const_value_form.BlockData() - debug_info_data.GetDataStart(); in ParseVariableDIE() 3270 module, DataExtractor(debug_info_data, block_offset, block_length), in ParseVariableDIE()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 571 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump() local 581 if (debug_info_data.isValidOffset(offset)) { in dump() 582 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
|