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

References

tools/dsymutil/DwarfLinker.cpp
  410   DIEAlloc.Reset();
 2352   DIECloner(*this, RelocMgr, DIEAlloc, CompileUnits, Options)
 2454   DIE *CUDie = DIE::get(DIEAlloc, dwarf::DW_TAG_compile_unit);
 2458   CUDie->addValue(DIEAlloc, dwarf::DW_AT_producer, dwarf::DW_FORM_strp,
 2460   DIEBlock *String = new (DIEAlloc) DIEBlock();
 2463     String->addValue(DIEAlloc, dwarf::Attribute(0), dwarf::DW_FORM_data1,
 2465   String->addValue(DIEAlloc, dwarf::Attribute(0), dwarf::DW_FORM_data1,
 2468   CUDie->addValue(DIEAlloc, dwarf::DW_AT_name, dwarf::DW_FORM_string, String);
 2470     DIE &ConstDie = CUDie->addChild(DIE::get(DIEAlloc, dwarf::DW_TAG_constant));
 2472         DIEAlloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp,
 2474     ConstDie.addValue(DIEAlloc, dwarf::DW_AT_artificial, dwarf::DW_FORM_flag,
 2476     ConstDie.addValue(DIEAlloc, dwarf::DW_AT_const_value, dwarf::DW_FORM_strp,
 2768       DIECloner(*this, LinkContext.RelocMgr, DIEAlloc, LinkContext.CompileUnits,