Searched refs:DIEValueAllocator (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 45 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_GNU_addr_index, in addLabelAddress() 56 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr, in addLocalLabelAddress() 59 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr, in addLocalLabelAddress() 151 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in getOrCreateGlobalVariableDIE() 194 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in getOrCreateGlobalVariableDIE() 264 D.addValue(DIEValueAllocator, *StmtListValue); in applyStmtList() 373 return Die.addValue(DIEValueAllocator, Attribute, in addSectionDelta() 376 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta() 433 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); in constructInlinedScopeDIE() 460 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); in constructLexicalScopeDIE() [all …]
|
D | DwarfUnit.cpp | 70 UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), DebugInfoOffset(0), in DwarfUnit() 188 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag_present, in addFlag() 191 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag, in addFlag() 199 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer)); in addUInt() 211 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer)); in addSInt() 221 Die.addValue(DIEValueAllocator, Attribute, in addString() 230 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label)); in addLabel() 263 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_data4, in addLabelDelta() 264 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta() 278 Die.addValue(DIEValueAllocator, dwarf::DW_AT_signature, in addDIETypeSignature() [all …]
|
D | DwarfUnit.h | 77 BumpPtrAllocator DIEValueAllocator; variable 166 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc()
|
D | DwarfDebug.h | 199 BumpPtrAllocator DIEValueAllocator; variable
|
D | DwarfDebug.cpp | 205 PrevLabel(nullptr), InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug() 206 SkeletonHolder(A, "skel_string", DIEValueAllocator), in DwarfDebug()
|