Home
last modified time | relevance | path

Searched refs:parseBlockType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h55 BlockType parseBlockType(StringRef Type);
H A DWebAssemblyTypeUtilities.cpp47 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType() function in WebAssembly
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp638 auto BT = WebAssembly::parseBlockType(Id.getString()); in ParseInstruction()