Lines Matching refs:DIEAlloc
1184 BumpPtrAllocator DIEAlloc; member in llvm::dsymutil::__anon5c7ea04f0111::DwarfLinker
1368 DIEAlloc.Reset(); in endDebugObject()
1762 new (DIEAlloc) DIEInteger(Offset)); in cloneStringAttribute()
1810 Attr = new (DIEAlloc) DIEInteger(NewRefOffset); in cloneDieReferenceAttribute()
1813 Attr = new (DIEAlloc) DIEInteger(0xBADDEF); in cloneDieReferenceAttribute()
1822 new (DIEAlloc) DIEEntry(*NewRefDie)); in cloneDieReferenceAttribute()
1838 Loc = new (DIEAlloc) DIELoc(); in cloneBlockAttribute()
1841 Block = new (DIEAlloc) DIEBlock(); in cloneBlockAttribute()
1849 new (DIEAlloc) DIEInteger(Byte)); in cloneBlockAttribute()
1896 new (DIEAlloc) DIEInteger(Addr)); in cloneAddressAttribute()
1924 DIEInteger *Attr = new (DIEAlloc) DIEInteger(Value); in cloneScalarAttribute()