Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.h68 BlockType parseBlockType(StringRef Type);
H A DWebAssemblyMCTypeUtilities.cpp41 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType() function in WebAssembly
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp675 auto BT = WebAssembly::parseBlockType(Id.getString()); in ParseInstruction()