Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h57 return getFlags() & wasm::WASM_SYMBOL_EXPORTED; in isExported()
60 modifyFlags(wasm::WASM_SYMBOL_EXPORTED, wasm::WASM_SYMBOL_EXPORTED); in setExported()
/freebsd-12-stable/contrib/llvm-project/lld/docs/
DWebAssembly.rst152 the ``WASM_SYMBOL_EXPORTED`` flag are exported by default. In LLVM the
153 ``WASM_SYMBOL_EXPORTED`` flag is set by the ``wasm-export-name`` attribute which
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h379 const unsigned WASM_SYMBOL_EXPORTED = 0x20; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1743 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeOneObject()
1749 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeOneObject()