Home
last modified time | relevance | path

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

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