Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h266 const unsigned WASM_SYMBOL_VISIBILITY_HIDDEN = 0x4; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h84 return getVisibility() == wasm::WASM_SYMBOL_VISIBILITY_HIDDEN; in isHidden()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp1346 Flags |= wasm::WASM_SYMBOL_VISIBILITY_HIDDEN; in writeObject()