Searched defs:ScopeDIE (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 338 DIE *ScopeDIE; in constructScopeDIE() local 392 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() 446 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); in constructInlinedScopeDIE() local 473 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); in constructLexicalScopeDIE() local 599 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub); in constructSubprogramScopeDIE() local 620 DIE &ScopeDIE) { in createAndAddScopeChildren()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 440 DIE *ScopeDIE; in constructScopeDIE() local 477 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() 541 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); in constructInlinedScopeDIE() local 570 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); in constructLexicalScopeDIE() local 829 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub); in constructSubprogramScopeDIE() local 856 DIE &ScopeDIE) { in createAndAddScopeChildren() 960 DIE &ScopeDIE, const DISubprogram *CalleeSP, bool IsTail, in constructCallSiteEntryDIE()
|
D | DwarfDebug.cpp | 699 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() 1922 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 555 DIE *ScopeDIE = constructInlinedScopeDIE(Scope, ParentScopeDIE); in constructScopeDIE() local 566 DIE *ScopeDIE = constructLexicalScopeDIE(Scope); in constructScopeDIE() local 573 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() 665 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); in constructInlinedScopeDIE() local 695 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); in constructLexicalScopeDIE() local 1022 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub); in constructSubprogramScopeDIE() local 1052 DIE &ScopeDIE) { in createAndAddScopeChildren() 1190 DIE &DwarfCompileUnit::constructCallSiteEntryDIE(DIE &ScopeDIE, in constructCallSiteEntryDIE()
|
D | DwarfDebug.cpp | 896 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() 2296 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl() local
|