Searched refs:getLocal (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 115 bool WebAssemblyAsmTypeCheck::getLocal(SMLoc ErrorLoc, const MCInst &Inst, in getLocal() function in llvm::WebAssemblyAsmTypeCheck 230 if (getLocal(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 234 if (getLocal(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 239 if (getLocal(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck()
|
| H A D | WebAssemblyAsmTypeCheck.h | 43 bool getLocal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | InterpFrame.h | 72 template <typename T> const T &getLocal(unsigned Offset) const { in getLocal() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 370 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() function 446 return ValueAsMetadata::getLocal(Local); in get()
|