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

Lines Matching refs:cu

22                                       const DWARFCompileUnit *cu,
25 DataExtractor debug_info_data = cu->getDebugInfoExtractor();
47 dumpAttribute(OS, cu, &offset, attr, form, indent);
53 child->dump(OS, cu, recurseDepth-1, indent+2);
68 const DWARFCompileUnit *cu,
88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu))
92 formValue.dump(OS, cu);
96 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu,
101 DataExtractor debug_info_data = cu->getDebugInfoExtractor();
109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
151 form_size = cu->getAddressByteSize();
199 if (cu->getAddressByteSize() == 4)
223 DWARFDebugInfoEntryMinimal::extract(const DWARFCompileUnit *cu,
225 DataExtractor debug_info_data = cu->getDebugInfoExtractor();
226 const uint32_t cu_end_offset = cu->getNextCompileUnitOffset();
227 const uint8_t cu_addr_size = cu->getAddressByteSize();
235 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
241 if(cu && isCompileUnitTag)
242 const_cast<DWARFCompileUnit*>(cu)->setBaseAddress(0);
253 if (form_value.extractValue(debug_info_data, &offset, cu)) {
255 const_cast<DWARFCompileUnit*>(cu)
339 if (cu->getAddressByteSize() == 4)
378 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu,
389 DataExtractor debug_info_data = cu->getDebugInfoExtractor();
397 debug_info_data, &offset, cu);
401 if (form_value.extractValue(debug_info_data, &offset, cu)) {
414 const DWARFCompileUnit* cu,
418 if (getAttributeValue(cu, attr, form_value)) {
419 DataExtractor stringExtractor(cu->getContext().getStringSection(),
428 const DWARFCompileUnit* cu,
432 if (getAttributeValue(cu, attr, form_value))
439 const DWARFCompileUnit* cu,
443 if (getAttributeValue(cu, attr, form_value))
450 const DWARFCompileUnit* cu,
454 if (getAttributeValue(cu, attr, form_value))
455 return form_value.getReference(cu);