Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp421 DIEAlloc.Reset(); in cleanupAuxiliarryData()
902 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), dwarf::DW_FORM_strp, in cloneStringAttribute()
934 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
944 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
961 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
968 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
974 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1052 Loc = new (DIEAlloc) DIELoc; in cloneBlockAttribute()
1055 Block = new (DIEAlloc) DIEBlock; in cloneBlockAttribute()
1084 Attr->addValue(DIEAlloc, static_cast<dwarf::Attribute>(0), in cloneBlockAttribute()
[all …]
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h531 BumpPtrAllocator &DIEAlloc; variable
539 BumpPtrAllocator &DIEAlloc, in DIECloner() argument
543 DIEAlloc(DIEAlloc), CompileUnits(CompileUnits), Update(Update) {} in DIECloner()
726 BumpPtrAllocator DIEAlloc; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1267 BumpPtrAllocator &DIEAlloc; member in llvm::dsymutil::__anondabe43b60111::DwarfLinker::DIECloner
1273 BumpPtrAllocator &DIEAlloc, in DIECloner() argument
1275 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc), in DIECloner()
1410 BumpPtrAllocator DIEAlloc; member in llvm::dsymutil::__anondabe43b60111::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()
[all …]