reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/dsymutil/DwarfLinker.cpp
 1506   unsigned Idx = U.getDIEIndex(InputDIE);
 1513   uint64_t Offset = InputDIE.getOffset();
 1519       Info.Clone = DIE::get(DIEAlloc, dwarf::Tag(InputDIE.getTag()));
 1523   assert(Die->getTag() == InputDIE.getTag());
 1561         dwarf::toAddress(InputDIE.find(dwarf::DW_AT_high_pc), 0);
 1565     AttrInfo.OrigLowPc = dwarf::toAddress(InputDIE.find(dwarf::DW_AT_low_pc),
 1573   const auto *Abbrev = InputDIE.getAbbreviationDeclarationPtr();
 1598         copyAbbrev(*InputDIE.getAbbreviationDeclarationPtr(), Unit.hasODR());
 1609     OutOffset += cloneAttribute(*Die, InputDIE, DMO, Unit, StringPool, Val,
 1614   uint16_t Tag = InputDIE.getTag();
 1620       getDIENames(InputDIE, AttrInfo, StringPool,
 1641              getDIENames(InputDIE, AttrInfo, StringPool) && AttrInfo.Name &&
 1643     uint32_t Hash = hashFullyQualifiedName(InputDIE, Unit, DMO);
 1645         dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_runtime_class))
 1650         dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_objc_complete_type))
 1658   for (auto Child : InputDIE.children()) {
 1683   for (auto Child : InputDIE.children()) {