Home
last modified time | relevance | path

Searched refs:debug_info_data (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp204 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, in SkipValue() argument
206 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit); in SkipValue()
210 const DWARFDataExtractor &debug_info_data, in SkipValue() argument
219 dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
224 dw_uleb128_t size = debug_info_data.GetU8(offset_ptr); in SkipValue()
229 dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); in SkipValue()
234 dw_uleb128_t size = debug_info_data.GetU32(offset_ptr); in SkipValue()
241 debug_info_data.GetCStr(offset_ptr); in SkipValue()
320 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue()
324 dw_form_t indirect_form = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
[all …]
H A DDWARFFormValue.h71 bool SkipValue(const lldb_private::DWARFDataExtractor &debug_info_data,
74 const lldb_private::DWARFDataExtractor &debug_info_data,
H A DDWARFASTParserClang.cpp1404 const DWARFDataExtractor &debug_info_data = die.GetData(); in ParseInheritance() local
1407 form_value.BlockData() - debug_info_data.GetDataStart(); in ParseInheritance()
1410 DataExtractor(debug_info_data, block_offset, block_length), in ParseInheritance()
2524 const DWARFDataExtractor &debug_info_data = die.GetData(); in MemberAttributes() local
2527 form_value.BlockData() - debug_info_data.GetDataStart(); in MemberAttributes()
2532 DataExtractor(debug_info_data, block_offset, block_length), in MemberAttributes()
H A DSymbolFileDWARF.cpp3397 const DWARFDataExtractor &debug_info_data = die.GetData(); in ParseVariableDIE() local
3401 const_value_form.BlockData() - debug_info_data.GetDataStart(); in ParseVariableDIE()
3404 module, DataExtractor(debug_info_data, block_offset, block_length), in ParseVariableDIE()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp566 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump() local
576 if (debug_info_data.isValidOffset(offset)) { in dump()
577 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()