Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h189 WASM_NAMES_GLOBAL = 7, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp295 writeUint8(OS, wasm::WASM_NAMES_GLOBAL); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp538 case wasm::WASM_NAMES_GLOBAL: in parseNameSection()
576 } else if (Type == wasm::WASM_NAMES_GLOBAL) { in parseNameSection()