Home
last modified time | relevance | path

Searched refs:ScopeDIE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp632 DIE *ScopeDIE = constructInlinedScopeDIE(Scope, ParentScopeDIE); in constructScopeDIE() local
633 assert(ScopeDIE && "Scope DIE should not be null."); in constructScopeDIE()
634 createAndAddScopeChildren(Scope, *ScopeDIE); in constructScopeDIE()
643 DIE *ScopeDIE = constructLexicalScopeDIE(Scope); in constructScopeDIE() local
644 assert(ScopeDIE && "Scope DIE should not be null."); in constructScopeDIE()
646 ParentScopeDIE.addChild(ScopeDIE); in constructScopeDIE()
647 createAndAddScopeChildren(Scope, *ScopeDIE); in constructScopeDIE()
650 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() argument
669 addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index); in addScopeRangeList()
675 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
[all …]
H A DDwarfCompileUnit.h225 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range);
266 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE);
290 DIE &constructCallSiteEntryDIE(DIE &ScopeDIE, const DISubprogram *CalleeSP,
H A DDwarfDebug.h556 DIE &ScopeDIE, const MachineFunction &MF);
H A DDwarfDebug.cpp881 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() argument
892 CU.addFlag(ScopeDIE, CU.getDwarf5OrGNUAttr(dwarf::DW_AT_call_all_calls)); in constructCallSiteEntryDIEs()
995 ScopeDIE, CalleeSP, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs()
2772 DIE &ScopeDIE = in endFunctionImpl() local
2782 constructCallSiteEntryDIEs(*SP, TheCU, ScopeDIE, *MF); in endFunctionImpl()