Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpFrame.h71 template <typename T> void setLocal(unsigned Offset, const T &Value) { in setLocal() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h93 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal() function