Searched refs:getLocal (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp152 Block *B = getLocal(I);
164 Block *B = getLocal(I);
176 Block *B = getLocal(I);
189 Block *B = getLocal(Local.Offset);
H A DEvalEmitter.h93 Block *getLocal(unsigned Index) const { function in class:clang::interp::EvalEmitter
H A DInterpFrame.h71 template <typename T> const T &getLocal(unsigned Offset) const { function in class:clang::interp::final
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h44 bool getLocal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
H A DWebAssemblyAsmTypeCheck.cpp115 bool WebAssemblyAsmTypeCheck::getLocal(SMLoc ErrorLoc, const MCInst &Inst, function in class:llvm::WebAssemblyAsmTypeCheck
255 if (getLocal(Operands[1]->getStartLoc(), Inst, Type))
259 if (getLocal(Operands[1]->getStartLoc(), Inst, Type))
264 if (getLocal(Operands[1]->getStartLoc(), Inst, Type))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h476 static LocalAsMetadata *getLocal(Value *Local) { function
555 return ValueAsMetadata::getLocal(Local);

Completed in 206 milliseconds