enum GlobalValue::VisibilityTypes
Description
An enumeration for the kinds of visibility of global values.
Declared at: llvm/include/llvm/IR/GlobalValue.h:62
Enumerators
Name | Value | Comment |
---|---|---|
DefaultVisibility | 0 | The GV is visible |
HiddenVisibility | 1 | The GV is hidden |
ProtectedVisibility | 2 | The GV is protected |