Searched refs:ScopeDIE (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 320 std::unique_ptr<DIE> ScopeDIE; in constructScopeDIE() local 322 ScopeDIE = constructInlinedScopeDIE(Scope); in constructScopeDIE() 323 if (!ScopeDIE) in constructScopeDIE() 354 ScopeDIE = constructLexicalScopeDIE(Scope); in constructScopeDIE() 355 assert(ScopeDIE && "Scope DIE should not be null."); in constructScopeDIE() 360 ScopeDIE->addChild(std::move(I)); in constructScopeDIE() 362 FinalChildren.push_back(std::move(ScopeDIE)); in constructScopeDIE() 373 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() argument 387 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList() 390 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList() [all …]
|
D | DwarfCompileUnit.h | 123 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range); 153 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE);
|