Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h54 HeapType parseHeapType(StringRef Type);
H A DWebAssemblyTypeUtilities.cpp40 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType() function in WebAssembly
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp644 auto HeapType = WebAssembly::parseHeapType(Id.getString()); in ParseInstruction()