Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:FnScope

1192   LexicalScope *FnScope = LScopes.getCurrentFunctionScope();
1193 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1276 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables();
1438 LexicalScope *FnScope = LScopes.getCurrentFunctionScope();
1439 // FnScope->getScopeNode() and DI->second should represent the same function,
1447 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1566 LexicalScope *FnScope = LScopes.getCurrentFunctionScope();
1567 DwarfCompileUnit &TheCU = *SPMap.lookup(FnScope->getScopeNode());
1586 DIE &CurFnDIE = constructSubprogramScopeDIE(TheCU, FnScope);