Home
last modified time | relevance | path

Searched refs:DIEAlloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp408 DIEAlloc.Reset(); in cleanupAuxiliarryData()
1067 .addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneStringAttribute()
1074 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), AttrSpec.Form, in cloneStringAttribute()
1111 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1120 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
1137 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1144 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1150 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1287 Loc = new (DIEAlloc) DIELoc; in cloneBlockAttribute()
1290 Block = new (DIEAlloc) DIEBlock; in cloneBlockAttribute()
[all …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFLinker.h553 BumpPtrAllocator &DIEAlloc; variable
565 BumpPtrAllocator &DIEAlloc, in DIECloner() argument
572 StringOffsetPool(StringOffsetPool), DIEAlloc(DIEAlloc), in DIECloner()
752 BumpPtrAllocator DIEAlloc; variable