reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/Wasm.h
   93     return Info.Flags & wasm::WASM_SYMBOL_VISIBILITY_MASK;
lib/ObjectYAML/WasmYAML.cpp
  534   BCaseMask(VISIBILITY_MASK, VISIBILITY_HIDDEN);
tools/lld/wasm/Symbols.cpp
  170   return (flags & WASM_SYMBOL_VISIBILITY_MASK) == WASM_SYMBOL_VISIBILITY_HIDDEN;
  175   flags &= ~WASM_SYMBOL_VISIBILITY_MASK;