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/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 489 DIE *ScopeDIE; in constructScopeDIE() local 526 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() 614 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); in constructInlinedScopeDIE() local 643 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); in constructLexicalScopeDIE() local 935 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub); in constructSubprogramScopeDIE() local 962 DIE &ScopeDIE) { in createAndAddScopeChildren() 1064 DIE &DwarfCompileUnit::constructCallSiteEntryDIE(DIE &ScopeDIE, in constructCallSiteEntryDIE()
|
| D | DwarfDebug.cpp | 843 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() 2148 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl() local
|
| /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
|