reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 return Info.Flags & wasm::WASM_SYMBOL_VISIBILITY_MASK;
lib/ObjectYAML/WasmYAML.cpp 534 BCaseMask(VISIBILITY_MASK, VISIBILITY_HIDDEN);
tools/lld/wasm/Symbols.cpp170 return (flags & WASM_SYMBOL_VISIBILITY_MASK) == WASM_SYMBOL_VISIBILITY_HIDDEN; 175 flags &= ~WASM_SYMBOL_VISIBILITY_MASK;