Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_EXPORTED (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSymbolWasm.h56 return getFlags() & wasm::WASM_SYMBOL_EXPORTED; in isExported()
59 modifyFlags(wasm::WASM_SYMBOL_EXPORTED, wasm::WASM_SYMBOL_EXPORTED); in setExported()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h334 const unsigned WASM_SYMBOL_EXPORTED = 0x20; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DWasm.h410 const unsigned WASM_SYMBOL_EXPORTED = 0x20; variable
/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/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp1793 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeOneObject()
1799 Flags |= wasm::WASM_SYMBOL_EXPORTED; in writeOneObject()