Home
last modified time | relevance | path

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

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