Searched refs:getLocals (Results 1 – 5 of 5) sorted by relevance
150 def getLocals(self): member in FrameFancy250 + str(frame.getLocals())262 + str(frame.getLocals())348 locals = frame.getLocals()354 strout = strout + str(frame.getLocals())383 locals = frame.getLocals()389 strout = strout + str(frame.getLocals())
95 const std::vector<MVT> &getLocals() const { return Locals; } in getLocals() function
75 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject()
255 CurLocal += static_cast<unsigned>(MFI.getLocals().size()); in runOnMachineFunction()
633 valTypesFromMVTs(MFI->getLocals(), Locals); in emitFunctionBodyStart()