Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpFrame.h77 template <typename T> void setLocal(unsigned Offset, const T &Value) { in setLocal() function
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h92 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal() function