Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_TABLE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h339 WASM_SYMBOL_TABLE = 0x8, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp178 writeUint8(OS, wasm::WASM_SYMBOL_TABLE); in writeSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1098 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp453 case wasm::WASM_SYMBOL_TABLE: in parseLinkingSection()