Searched refs:debug_info_data (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 201 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, in SkipValue() argument 203 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit); in SkipValue() 207 const DWARFDataExtractor &debug_info_data, in SkipValue() argument 215 uint64_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue() 220 uint8_t size = debug_info_data.GetU8(offset_ptr); in SkipValue() 225 uint16_t size = debug_info_data.GetU16(offset_ptr); in SkipValue() 230 uint32_t size = debug_info_data.GetU32(offset_ptr); in SkipValue() 237 debug_info_data.GetCStr(offset_ptr); in SkipValue() 317 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue() 322 static_cast<dw_form_t>(debug_info_data.GetULEB128(offset_ptr)); in SkipValue() [all …]
|
| H A D | DWARFFormValue.h | 68 bool SkipValue(const DWARFDataExtractor &debug_info_data, 71 const DWARFDataExtractor &debug_info_data,
|
| H A D | DWARFASTParserClang.cpp | 636 const DWARFDataExtractor &debug_info_data = die.GetData(); in ExtractDataMemberLocation() local 639 form_value.BlockData() - debug_info_data.GetDataStart(); in ExtractDataMemberLocation() 644 DataExtractor(debug_info_data, block_offset, block_length), die.GetCU(), in ExtractDataMemberLocation()
|
| H A D | SymbolFileDWARF.cpp | 3308 const DWARFDataExtractor &debug_info_data = die.GetData(); in GetExprListFromAtConstValue() local 3312 form_value.BlockData() - debug_info_data.GetDataStart(); in GetExprListFromAtConstValue() 3315 module, DataExtractor(debug_info_data, block_offset, block_length), in GetExprListFromAtConstValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 599 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump() local 609 if (debug_info_data.isValidOffset(offset)) { in dump() 610 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
|