Searched refs:ScopeDIE (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 325 DIE *ScopeDIE; in constructScopeDIE() local 327 ScopeDIE = constructInlinedScopeDIE(Scope); in constructScopeDIE() 328 if (!ScopeDIE) in constructScopeDIE() 359 ScopeDIE = constructLexicalScopeDIE(Scope); in constructScopeDIE() 360 assert(ScopeDIE && "Scope DIE should not be null."); in constructScopeDIE() 365 ScopeDIE->addChild(std::move(I)); in constructScopeDIE() 367 FinalChildren.push_back(std::move(ScopeDIE)); in constructScopeDIE() 379 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() argument 393 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList() 396 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList() [all …]
|
D | DwarfCompileUnit.h | 133 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range); 161 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE);
|