Searched refs:WebAssemblyAsmTypeCheck (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 47 WebAssemblyAsmTypeCheck::WebAssemblyAsmTypeCheck(MCAsmParser &Parser, in WebAssemblyAsmTypeCheck() function in llvm::WebAssemblyAsmTypeCheck 52 void WebAssemblyAsmTypeCheck::funcDecl(const wasm::WasmSignature &Sig) { in funcDecl() 61 void WebAssemblyAsmTypeCheck::dumpTypeStack(Twine Msg) { in dumpTypeStack() 72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() 82 bool WebAssemblyAsmTypeCheck::popType(SMLoc ErrorLoc, in popType() 103 bool WebAssemblyAsmTypeCheck::getLocal(SMLoc ErrorLoc, const MCInst &Inst, in getLocal() 113 bool WebAssemblyAsmTypeCheck::checkEnd(SMLoc ErrorLoc) { in checkEnd() 127 bool WebAssemblyAsmTypeCheck::checkSig(SMLoc ErrorLoc, in checkSig() 135 bool WebAssemblyAsmTypeCheck::getSymRef(SMLoc ErrorLoc, const MCInst &Inst, in getSymRef() 146 bool WebAssemblyAsmTypeCheck::getGlobal(SMLoc ErrorLoc, const MCInst &Inst, in getGlobal() [all …]
|
| H A D | WebAssemblyAsmTypeCheck.h | 26 class WebAssemblyAsmTypeCheck final { 55 WebAssemblyAsmTypeCheck(MCAsmParser &Parser, const MCInstrInfo &MII, bool is64);
|
| H A D | WebAssemblyAsmParser.cpp | 241 WebAssemblyAsmTypeCheck TC;
|