Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_VISIBILITY_MASK (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/wasm/
DSymbols.cpp181 return (flags & WASM_SYMBOL_VISIBILITY_MASK) == WASM_SYMBOL_VISIBILITY_HIDDEN; in isHidden()
186 flags &= ~WASM_SYMBOL_VISIBILITY_MASK; in setHidden()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h326 const unsigned WASM_SYMBOL_VISIBILITY_MASK = 0xc; variable
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h353 const unsigned WASM_SYMBOL_VISIBILITY_MASK = 0xc; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h93 return Info.Flags & wasm::WASM_SYMBOL_VISIBILITY_MASK; in getVisibility()
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h95 return Info.Flags & wasm::WASM_SYMBOL_VISIBILITY_MASK; in getVisibility()