Searched refs:getLocals (Results 1 – 5 of 5) sorted by relevance
153 def getLocals(self): member in FrameFancy236 …ame() + " @ " + str(frame.getLineNumber()) + " locals are " + str(frame.getLocals()) + " in " + fr…239 …rn from " + frame.getName() + " value is " + str(retval) + " locals are " + str(frame.getLocals()))288 locals = frame.getLocals()294 strout = strout + str(frame.getLocals())310 locals = frame.getLocals()316 strout = strout + str(frame.getLocals())
100 const std::vector<MVT> &getLocals() const { return Locals; } in getLocals() function
78 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject()
245 CurLocal += static_cast<unsigned>(MFI.getLocals().size()); in runOnMachineFunction()
592 valTypesFromMVTs(MFI->getLocals(), Locals); in emitFunctionBodyStart()