Searched refs:constructSubprogramScopeDIE (Results 1 – 3 of 3) sorted by relevance
151 void constructSubprogramScopeDIE(LexicalScope *Scope);
1230 TheCU.constructSubprogramScopeDIE(FnScope); in endFunction()1233 SkelCU->constructSubprogramScopeDIE(FnScope); in endFunction()
561 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE() function in llvm::DwarfCompileUnit