Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h339 WASM_SYMBOL_TABLE = 0x8, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp178 writeUint8(OS, wasm::WASM_SYMBOL_TABLE); in writeSectionContent()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1109 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp453 case wasm::WASM_SYMBOL_TABLE: in parseLinkingSection()