Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h188 WASM_SYMBOL_TABLE = 0x8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp194 writeUint8(OS, wasm::WASM_SYMBOL_TABLE); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1163 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp637 case wasm::WASM_SYMBOL_TABLE: in parseLinkingSection()