Searched defs:ScopeDIE (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 601 DIE *ScopeDIE = constructInlinedScopeDIE(Scope, ParentScopeDIE); constructScopeDIE() local 612 DIE *ScopeDIE = constructLexicalScopeDIE(Scope); constructScopeDIE() local 619 addScopeRangeList(DIE & ScopeDIE,SmallVector<RangeSpan,2> Range) addScopeRangeList() argument 711 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); constructInlinedScopeDIE() local 743 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); constructLexicalScopeDIE() local 1093 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub); constructSubprogramScopeDIE() local 1120 createAndAddScopeChildren(LexicalScope * Scope,DIE & ScopeDIE) createAndAddScopeChildren() argument 1261 constructCallSiteEntryDIE(DIE & ScopeDIE,const DISubprogram * CalleeSP,bool IsTail,const MCSymbol * PCAddr,const MCSymbol * CallAddr,unsigned CallReg) constructCallSiteEntryDIE() argument [all...] |
H A D | DwarfDebug.cpp | 875 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() argument 2337 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); endFunctionImpl() local
|