Searched refs:constructSubprogramScopeDIE (Results 1 – 9 of 9) sorted by relevance
179 void constructSubprogramScopeDIE(LexicalScope *Scope);
1157 TheCU.constructSubprogramScopeDIE(FnScope); in endFunction()1160 SkelCU->constructSubprogramScopeDIE(FnScope); in endFunction()
591 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE() function in llvm::DwarfCompileUnit
228 DIE &constructSubprogramScopeDIE(const DISubprogram *Sub,
2296 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl()2300 SkelCU->constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl()
1020 DIE &DwarfCompileUnit::constructSubprogramScopeDIE(const DISubprogram *Sub, in constructSubprogramScopeDIE() function in DwarfCompileUnit
226 DIE &constructSubprogramScopeDIE(const DISubprogram *Sub,
1922 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl()1926 SkelCU->constructSubprogramScopeDIE(SP, FnScope); in endFunctionImpl()
827 DIE &DwarfCompileUnit::constructSubprogramScopeDIE(const DISubprogram *Sub, in constructSubprogramScopeDIE() function in DwarfCompileUnit