Home
last modified time | relevance | path

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

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