Searched refs:CurFunction (Results 1 – 3 of 3) sorted by relevance
66 Function *CurFunction;// The currently executing function member75 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()78 : CurFunction(O.CurFunction), CurBB(O.CurBB), CurInst(O.CurInst), in ExecutionContext()83 CurFunction = O.CurFunction;
2083 StackFrame.CurFunction = F; in callFunction()
1141 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local1142 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()1144 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()