Searched refs:ScopeDIE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 600 ParentScopeDIE.addChild(ScopeDIE); in constructScopeDIE() 697 ParentScopeDIE.addChild(ScopeDIE); in constructInlinedScopeDIE() 716 *ScopeDIE); in constructInlinedScopeDIE() 718 return ScopeDIE; in constructInlinedScopeDIE() 732 getAbstractScopeDIEs()[DS] = ScopeDIE; in constructLexicalScopeDIE() 733 return ScopeDIE; in constructLexicalScopeDIE() 738 LexicalBlockDIEs[DS] = ScopeDIE; in constructLexicalScopeDIE() 743 return ScopeDIE; in constructLexicalScopeDIE() 1098 ScopeDIE.addChild( in constructSubprogramScopeDIE() 1101 return ScopeDIE; in constructSubprogramScopeDIE() [all …]
|
| H A D | DwarfCompileUnit.h | 219 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range); 260 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE); 284 DIE &constructCallSiteEntryDIE(DIE &ScopeDIE, const DISubprogram *CalleeSP,
|
| H A D | DwarfDebug.cpp | 875 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() argument 886 CU.addFlag(ScopeDIE, CU.getDwarf5OrGNUAttr(dwarf::DW_AT_call_all_calls)); in constructCallSiteEntryDIEs() 989 ScopeDIE, CalleeSP, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs() 2337 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl() local 2344 constructCallSiteEntryDIEs(*SP, TheCU, ScopeDIE, *MF); in endFunctionImpl()
|
| H A D | DwarfDebug.h | 547 DIE &ScopeDIE, const MachineFunction &MF);
|