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