Lines Matching refs:DIEAlloc
1267 BumpPtrAllocator &DIEAlloc; member in llvm::dsymutil::__anond69ad1180111::DwarfLinker::DIECloner
1273 BumpPtrAllocator &DIEAlloc, in DIECloner() argument
1275 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc), in DIECloner()
1410 BumpPtrAllocator DIEAlloc; member in llvm::dsymutil::__anond69ad1180111::DwarfLinker
1879 DIEAlloc.Reset(); in endDebugObject()
2358 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), dwarf::DW_FORM_strp, in cloneStringAttribute()
2389 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
2399 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag())); in cloneDieReferenceAttribute()
2416 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
2423 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
2429 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
2444 Loc = new (DIEAlloc) DIELoc; in cloneBlockAttribute()
2447 Block = new (DIEAlloc) DIEBlock; in cloneBlockAttribute()
2461 Attr->addValue(DIEAlloc, static_cast<dwarf::Attribute>(0), in cloneBlockAttribute()
2473 Die.addValue(DIEAlloc, Value); in cloneBlockAttribute()
2509 Die.addValue(DIEAlloc, static_cast<dwarf::Attribute>(AttrSpec.Attr), in cloneAddressAttribute()
2538 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneScalarAttribute()
2721 Die = Info.Clone = DIE::get(DIEAlloc, dwarf::Tag(InputDIE.getTag())); in cloneDIE()
3377 DIECloner(*this, RelocMgr, DIEAlloc, MutableArrayRef<CompileUnit>(*Unit), in loadClangModule()
3484 DIECloner(*this, RelocMgr, DIEAlloc, Units, Options) in link()