Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp551 if (!ScopeDIE) in constructScopeDIE()
554 ParentScopeDIE.addChild(ScopeDIE); in constructScopeDIE()
567 ParentScopeDIE.addChild(ScopeDIE); in constructScopeDIE()
568 createAndAddScopeChildren(Scope, *ScopeDIE); in constructScopeDIE()
684 return ScopeDIE; in constructInlinedScopeDIE()
695 return ScopeDIE; in constructLexicalScopeDIE()
699 return ScopeDIE; in constructLexicalScopeDIE()
1040 ScopeDIE.addChild( in constructSubprogramScopeDIE()
1043 return ScopeDIE; in constructSubprogramScopeDIE()
1086 constructScopeDIE(LS, ScopeDIE); in createAndAddScopeChildren()
[all …]
H A DDwarfCompileUnit.h200 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range);
230 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE);
254 DIE &constructCallSiteEntryDIE(DIE &ScopeDIE, const DISubprogram *CalleeSP,
H A DDwarfDebug.h475 DIE &ScopeDIE, const MachineFunction &MF);
H A DDwarfDebug.cpp869 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() argument
880 CU.addFlag(ScopeDIE, CU.getDwarf5OrGNUAttr(dwarf::DW_AT_call_all_calls)); in constructCallSiteEntryDIEs()
984 ScopeDIE, CalleeSP, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs()
2260 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl() local
2267 constructCallSiteEntryDIEs(*SP, TheCU, ScopeDIE, *MF); in endFunctionImpl()