Searched refs:ScopeDIE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 601 DIE *ScopeDIE = constructInlinedScopeDIE(Scope, ParentScopeDIE); in constructScopeDIE() local 602 assert(ScopeDIE && "Scope DIE should not be null."); in constructScopeDIE() 603 createAndAddScopeChildren(Scope, *ScopeDIE); in constructScopeDIE() 612 DIE *ScopeDIE = constructLexicalScopeDIE(Scope); in constructScopeDIE() local 613 assert(ScopeDIE && "Scope DIE should not be null."); in constructScopeDIE() 615 ParentScopeDIE.addChild(ScopeDIE); in constructScopeDIE() 616 createAndAddScopeChildren(Scope, *ScopeDIE); in constructScopeDIE() 619 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() argument 638 addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index); in addScopeRangeList() 644 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList() [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.h | 547 DIE &ScopeDIE, const MachineFunction &MF);
|
| 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()
|