Searched refs:parseHeapType (Results 1 – 3 of 3) sorted by relevance
54 HeapType parseHeapType(StringRef Type);
44 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType() function in WebAssembly
674 auto HeapType = WebAssembly::parseHeapType(Id.getString()); in ParseInstruction()