Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp332 DIEAlloc.Reset(); in endDebugObject()
937 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), dwarf::DW_FORM_strp, in cloneStringAttribute()
969 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
979 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
996 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1003 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1009 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1024 Loc = new (DIEAlloc) DIELoc; in cloneBlockAttribute()
1027 Block = new (DIEAlloc) DIEBlock; in cloneBlockAttribute()
1041 Attr->addValue(DIEAlloc, static_cast<dwarf::Attribute>(0), in cloneBlockAttribute()
[all …]
DDwarfLinker.h261 BumpPtrAllocator &DIEAlloc; variable
268 BumpPtrAllocator &DIEAlloc, in DIECloner() argument
271 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc), in DIECloner()
441 BumpPtrAllocator DIEAlloc; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1267 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()
[all …]