Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h54 HeapType parseHeapType(StringRef Type);
H A DWebAssemblyTypeUtilities.cpp44 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType() function in WebAssembly
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp674 auto HeapType = WebAssembly::parseHeapType(Id.getString()); in ParseInstruction()