Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp25 DataExtractor debug_info_data = cu->getDebugInfoExtractor(); in dump() local
28 if (debug_info_data.isValidOffset(offset)) { in dump()
29 uint64_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
101 DataExtractor debug_info_data = cu->getDebugInfoExtractor(); in extractFast() local
102 uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr); in extractFast()
130 form_size = debug_info_data.getULEB128(&offset); in extractFast()
133 form_size = debug_info_data.getU8(&offset); in extractFast()
136 form_size = debug_info_data.getU16(&offset); in extractFast()
139 form_size = debug_info_data.getU32(&offset); in extractFast()
144 debug_info_data.getCStr(&offset); in extractFast()
[all …]
DDWARFFormValue.cpp168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() argument
170 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); in skipValue()
174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() argument
183 uint64_t size = debug_info_data.getULEB128(offset_ptr); in skipValue()
188 uint8_t size = debug_info_data.getU8(offset_ptr); in skipValue()
193 uint16_t size = debug_info_data.getU16(offset_ptr); in skipValue()
198 uint32_t size = debug_info_data.getU32(offset_ptr); in skipValue()
205 debug_info_data.getCStr(offset_ptr); in skipValue()
245 debug_info_data.getULEB128(offset_ptr); in skipValue()
250 form = debug_info_data.getULEB128(offset_ptr); in skipValue()
DDWARFCompileUnit.cpp55 DWARFCompileUnit::extract(uint32_t offset, DataExtractor debug_info_data, in extract() argument
61 if (debug_info_data.isValidOffset(offset)) { in extract()
62 Length = debug_info_data.getU32(&offset); in extract()
63 Version = debug_info_data.getU16(&offset); in extract()
64 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset(); in extract()
66 AddrSize = debug_info_data.getU8 (&offset); in extract()
72 debug_info_data.isValidOffset(offset)) in extract()
DDWARFContext.cpp104 const DataExtractor &debug_info_data = DataExtractor(getInfoSection(), in parseCompileUnits() local
106 while (debug_info_data.isValidOffset(offset)) { in parseCompileUnits()
108 if (!CUs.back().extract(debug_info_data, &offset)) { in parseCompileUnits()
DDWARFFormValue.h67 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr,
69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
DDWARFCompileUnit.h42 uint32_t extract(uint32_t offset, DataExtractor debug_info_data,
/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,