Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h52 return getFlags() & wasm::WASM_SYMBOL_EXPORTED; in isExported()
55 modifyFlags(wasm::WASM_SYMBOL_EXPORTED, wasm::WASM_SYMBOL_EXPORTED); in setExported()
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h53 return getFlags() & wasm::WASM_SYMBOL_EXPORTED; in isExported()
56 modifyFlags(wasm::WASM_SYMBOL_EXPORTED, wasm::WASM_SYMBOL_EXPORTED); in setExported()
/external/llvm-project/lld/docs/
DWebAssembly.rst150 the ``WASM_SYMBOL_EXPORTED`` flag are exported by default. In LLVM the
151 ``WASM_SYMBOL_EXPORTED`` flag is set by the ``wasm-export-name`` attribute which
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h334 const unsigned WASM_SYMBOL_EXPORTED = 0x20; variable
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h361 const unsigned WASM_SYMBOL_EXPORTED = 0x20; variable
/external/llvm-project/lld/wasm/
DSymbols.cpp203 return flags & WASM_SYMBOL_EXPORTED; in isExported()
DWriter.cpp720 def->flags |= WASM_SYMBOL_EXPORTED; in createCommandExportWrappers()
725 f->flags &= ~WASM_SYMBOL_EXPORTED; in createCommandExportWrappers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1460 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeObject()
1466 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeObject()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1674 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeOneObject()
1680 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeOneObject()