package llvm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The linker visibility of a global value, accessed with visibility and set_visibility. See llvm::GlobalValue::VisibilityTypes.

type t =
  1. | Default
  2. | Hidden
  3. | Protected