• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/

Lines Matching refs:offset

26   uint32_t offset = Offset;
28 if (debug_info_data.isValidOffset(offset)) {
29 uint32_t abbrCode = debug_info_data.getULEB128(&offset);
47 dumpAttribute(OS, cu, &offset, attr, form, indent);
107 uint32_t offset = *offset_ptr;
120 offset += fixed_skip_size;
131 form_size = debug_info_data.getULEB128(&offset);
134 form_size = debug_info_data.getU8(&offset);
137 form_size = debug_info_data.getU16(&offset);
140 form_size = debug_info_data.getU32(&offset);
145 debug_info_data.getCStr(&offset);
190 debug_info_data.getULEB128(&offset);
195 form = debug_info_data.getULEB128(&offset);
209 offset += form_size;
214 *offset_ptr = offset;
228 uint32_t offset = *offset_ptr;
229 if ((offset < cu_end_offset) && debug_info_data.isValidOffset(offset)) {
230 Offset = offset;
232 uint64_t abbrCode = debug_info_data.getULEB128(&offset);
253 if (form_value.extractValue(debug_info_data, &offset, cu)) {
268 form_size = debug_info_data.getULEB128(&offset);
271 form_size = debug_info_data.getU8(&offset);
274 form_size = debug_info_data.getU16(&offset);
277 form_size = debug_info_data.getU32(&offset);
282 debug_info_data.getCStr(&offset);
330 debug_info_data.getULEB128(&offset);
334 form = debug_info_data.getULEB128(&offset);
346 *offset_ptr = offset;
350 offset += form_size;
354 *offset_ptr = offset;
359 *offset_ptr = offset;
387 uint32_t offset = getOffset();
392 debug_info_data.getULEB128(&offset);
397 debug_info_data, &offset, cu);
399 const uint32_t attr_offset = offset;
401 if (form_value.extractValue(debug_info_data, &offset, cu)) {
403 *end_attr_offset_ptr = offset;