Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp202 bool DWARFFormValue::SkipValue(const DWARFDataExtractor &debug_info_data, in SkipValue() argument
204 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, m_unit); in SkipValue()
208 const DWARFDataExtractor &debug_info_data, in SkipValue() argument
217 dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
222 dw_uleb128_t size = debug_info_data.GetU8(offset_ptr); in SkipValue()
227 dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); in SkipValue()
232 dw_uleb128_t size = debug_info_data.GetU32(offset_ptr); in SkipValue()
239 debug_info_data.GetCStr(offset_ptr); in SkipValue()
317 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue()
321 dw_form_t indirect_form = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
[all …]
DDWARFFormValue.h71 bool SkipValue(const lldb_private::DWARFDataExtractor &debug_info_data,
74 const lldb_private::DWARFDataExtractor &debug_info_data,
DDWARFASTParserClang.cpp2417 const DWARFDataExtractor &debug_info_data = die.GetData(); in ParseSingleMember() local
2420 form_value.BlockData() - debug_info_data.GetDataStart(); in ParseSingleMember()
2425 DataExtractor(debug_info_data, block_offset, block_length), in ParseSingleMember()
2822 const DWARFDataExtractor &debug_info_data = die.GetData(); in ParseChildMembers() local
2825 form_value.BlockData() - debug_info_data.GetDataStart(); in ParseChildMembers()
2828 DataExtractor(debug_info_data, block_offset, in ParseChildMembers()
DSymbolFileDWARF.cpp3213 const DWARFDataExtractor &debug_info_data = die.GetData(); in ParseVariableDIE() local
3217 const_value_form.BlockData() - debug_info_data.GetDataStart(); in ParseVariableDIE()
3220 module, DataExtractor(debug_info_data, block_offset, block_length), in ParseVariableDIE()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() argument
258 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); in skipValue()
262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() argument
264 return skipValue(form, debug_info_data, offset_ptr, cu->getVersion(), in skipValue()
267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() argument
277 uint64_t size = debug_info_data.getULEB128(offset_ptr); in skipValue()
282 uint8_t size = debug_info_data.getU8(offset_ptr); in skipValue()
287 uint16_t size = debug_info_data.getU16(offset_ptr); in skipValue()
292 uint32_t size = debug_info_data.getU32(offset_ptr); in skipValue()
299 debug_info_data.getCStr(offset_ptr); in skipValue()
[all …]
DDWARFDebugInfoEntry.cpp39 DataExtractor debug_info_data = u->getDebugInfoExtractor(); in dump() local
42 if (debug_info_data.isValidOffset(offset)) { in dump()
43 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h83 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr,
85 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
87 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp609 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump() local
619 if (debug_info_data.isValidOffset(offset)) { in dump()
620 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp573 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump() local
583 if (debug_info_data.isValidOffset(offset)) { in dump()
584 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()