Home
last modified time | relevance | path

Searched refs:getLocal (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp115 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 DWebAssemblyAsmTypeCheck.h43 bool getLocal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpFrame.h72 template <typename T> const T &getLocal(unsigned Offset) const { in getLocal() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h370 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() function
446 return ValueAsMetadata::getLocal(Local); in get()