Searched refs:ScopeDIE (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 522 DIE *ScopeDIE; in constructScopeDIE() local 524 ScopeDIE = constructInlinedScopeDIE(Scope); in constructScopeDIE() 525 if (!ScopeDIE) in constructScopeDIE() 548 ScopeDIE = constructLexicalScopeDIE(Scope); in constructScopeDIE() 549 assert(ScopeDIE && "Scope DIE should not be null."); in constructScopeDIE() 554 ScopeDIE->addChild(std::move(I)); in constructScopeDIE() 556 FinalChildren.push_back(std::move(ScopeDIE)); in constructScopeDIE() 559 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() argument 578 addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index); in addScopeRangeList() 584 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList() [all …]
|
| H A D | DwarfCompileUnit.h | 199 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range); 234 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE); 260 DIE &constructCallSiteEntryDIE(DIE &ScopeDIE, DIE *CalleeDIE, bool IsTail,
|
| H A D | DwarfDebug.h | 479 DIE &ScopeDIE, const MachineFunction &MF);
|
| H A D | DwarfDebug.cpp | 880 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() argument 891 CU.addFlag(ScopeDIE, CU.getDwarf5OrGNUAttr(dwarf::DW_AT_call_all_calls)); in constructCallSiteEntryDIEs() 1005 ScopeDIE, CalleeDIE, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs() 2188 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl() local 2195 constructCallSiteEntryDIEs(*SP, TheCU, ScopeDIE, *MF); in endFunctionImpl()
|