Searched refs:constructSubprogramScopeDIE (Results 1 – 6 of 6) 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
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