Home
last modified time | relevance | path

Searched refs:getLocals (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/examples/python/
H A Dpytracer.py153 def getLocals(self): member in FrameFancy
236 …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())
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h100 const std::vector<MVT> &getLocals() const { return Locals; } in getLocals() function
H A DWebAssemblyFrameLowering.cpp78 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject()
H A DWebAssemblyExplicitLocals.cpp245 CurLocal += static_cast<unsigned>(MFI.getLocals().size()); in runOnMachineFunction()
H A DWebAssemblyAsmPrinter.cpp592 valTypesFromMVTs(MFI->getLocals(), Locals); in emitFunctionBodyStart()