Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h328 WASM_NAMES_FUNCTION = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp261 writeUint8(OS, wasm::WASM_NAMES_FUNCTION); in writeSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp372 case wasm::WASM_NAMES_FUNCTION: in parseNameSection()
380 if (Type == wasm::WASM_NAMES_FUNCTION) { in parseNameSection()