Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h334 const unsigned WASM_SYMBOL_EXPORTED = 0x20; variable
/third_party/skia/third_party/externals/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()