Searched defs:ScopeDIE (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 586 DIE *ScopeDIE = constructInlinedScopeDIE(Scope, ParentScopeDIE); constructScopeDIE() local 597 DIE *ScopeDIE = constructLexicalScopeDIE(Scope); constructScopeDIE() local 604 addScopeRangeList(DIE & ScopeDIE,SmallVector<RangeSpan,2> Range) addScopeRangeList() argument 696 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); constructInlinedScopeDIE() local 728 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); constructLexicalScopeDIE() local 1078 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub); constructSubprogramScopeDIE() local 1105 createAndAddScopeChildren(LexicalScope * Scope,DIE & ScopeDIE) createAndAddScopeChildren() argument 1246 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); in endFunctionImpl() local
|