Searched refs:DIEAlloc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1265 BumpPtrAllocator &DIEAlloc; member in llvm::dsymutil::__anon1f629b1b0111::DwarfLinker::DIECloner 1271 BumpPtrAllocator &DIEAlloc, in DIECloner() argument 1273 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc), in DIECloner() 1408 BumpPtrAllocator DIEAlloc; member in llvm::dsymutil::__anon1f629b1b0111::DwarfLinker 1872 DIEAlloc.Reset(); in endDebugObject() 2301 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), dwarf::DW_FORM_strp, in cloneStringAttribute() 2332 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute() 2342 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag())); in cloneDieReferenceAttribute() 2359 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute() 2366 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute() [all …]
|