Home
last modified time | relevance | path

Searched defs:getLocals (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h95 const std::vector<MVT> &getLocals() const { return Locals; } in getLocals() function
/llvm-project/lldb/examples/python/
H A Dpytracer.py150 def getLocals(self): member in FrameFancy