Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h95 const std::vector<MVT> &getLocals() const { return Locals; } in getLocals() function
H A DWebAssemblyAsmPrinter.cpp478 valTypesFromMVTs(MFI->getLocals(), Locals); in emitFunctionBodyStart()