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 | 203 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, 205 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit); in SkipValue() 209 const DWARFDataExtractor &debug_info_data, in SkipValue() 218 uint64_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue() 223 uint8_t size = debug_info_data.GetU8(offset_ptr); in SkipValue() 228 uint16_t size = debug_info_data.GetU16(offset_ptr); in SkipValue() 233 uint32_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() 324 static_cast<dw_form_t>(debug_info_data in SkipValue() 204 SkipValue(const DWARFDataExtractor & debug_info_data,lldb::offset_t * offset_ptr) const SkipValue() argument 210 SkipValue(dw_form_t form,const DWARFDataExtractor & debug_info_data,lldb::offset_t * offset_ptr,const DWARFUnit * unit) SkipValue() argument [all...] |
| H A D | DWARFFormValue.h | 78 bool SkipValue(const DWARFDataExtractor &debug_info_data, 81 const DWARFDataExtractor &debug_info_data,
|
| H A D | DWARFASTParserClang.cpp | 542 const DWARFDataExtractor &debug_info_data = die.GetData(); in ExtractDataMemberLocation() local 545 form_value.BlockData() - debug_info_data.GetDataStart(); in ExtractDataMemberLocation() 550 DataExtractor(debug_info_data, block_offset, block_length), die.GetCU(), in ExtractDataMemberLocation()
|
| H A D | SymbolFileDWARF.cpp | 3401 const DWARFDataExtractor &debug_info_data = die.GetData(); in GetExprListFromAtConstValue() local 3405 form_value.BlockData() - debug_info_data.GetDataStart(); in GetExprListFromAtConstValue() 3408 module, DataExtractor(debug_info_data, block_offset, block_length), in GetExprListFromAtConstValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 580 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump() local 590 if (debug_info_data.isValidOffset(offset)) { in dump() 591 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
|