Home
last modified time | relevance | path

Searched refs:WebAssemblyAsmTypeCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp47 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()
85 bool WebAssemblyAsmTypeCheck::popType(SMLoc ErrorLoc, in popType()
102 bool WebAssemblyAsmTypeCheck::popRefType(SMLoc ErrorLoc) { in popRefType()
115 bool WebAssemblyAsmTypeCheck::getLocal(SMLoc ErrorLoc, const MCInst &Inst, in getLocal()
125 bool WebAssemblyAsmTypeCheck::checkEnd(SMLoc ErrorLoc, bool PopVals) { in checkEnd()
148 bool WebAssemblyAsmTypeCheck::checkSig(SMLoc ErrorLoc, in checkSig()
195 bool WebAssemblyAsmTypeCheck::getTable(SMLoc ErrorLoc, const MCInst &Inst, in getTable()
[all …]
H A DWebAssemblyAsmTypeCheck.h27 class WebAssemblyAsmTypeCheck final {
52 WebAssemblyAsmTypeCheck(MCAsmParser &Parser, const MCInstrInfo &MII, bool is64);
H A DCMakeLists.txt3 WebAssemblyAsmTypeCheck.cpp
H A DWebAssemblyAsmParser.cpp242 WebAssemblyAsmTypeCheck TC;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/AsmParser/
H A DBUILD.gn23 "WebAssemblyAsmTypeCheck.cpp",