Home
last modified time | relevance | path

Searched refs:DIEValueAllocator (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp114 auto *Loc = new (DIEValueAllocator) DIEBlock(); in addLabelAddress()
119 new (DIEValueAllocator) DIEAddrOffset( in addLabelAddress()
257 Loc = new (DIEValueAllocator) DIELoc; in addLocationAttribute()
543 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in updateSubprogramScopeDIE()
558 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in updateSubprogramScopeDIE()
566 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in updateSubprogramScopeDIE()
711 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); in constructInlinedScopeDIE()
743 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); in constructLexicalScopeDIE()
762 auto *VariableDie = DIE::get(DIEValueAllocator, DV.getTag()); in constructVariableDIE()
788 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in applyConcreteDbgVariableAttributes()
[all …]
H A DDwarfUnit.cpp254 new (DIEValueAllocator) in addString()
255 DIEInlineString(String, DIEValueAllocator)); in addString()
350 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta()
385 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, Tag)); in createAndAddDIE()
487 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantValue()
743 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructTypeDIE()
757 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructTypeDIE()
1118 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructTemplateValueParameterDIE()
1403 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructSubrangeDIE()
1450 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructGenericSubrangeDIE()
[all …]
H A DDwarfUnit.h43 BumpPtrAllocator DIEValueAllocator; variable
95 Die.addValue(DIEValueAllocator, in addAttribute()
144 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc()
H A DDwarfDebug.h353 BumpPtrAllocator DIEValueAllocator;
298 BumpPtrAllocator DIEValueAllocator; global() variable
H A DDwarfDebug.cpp332 InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug()
333 SkeletonHolder(A, "skel_string", DIEValueAllocator), in DwarfDebug()