Return true if this global has protected visibility.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

bool
hasProtectedVisibility() const;

Return Value

True if this global has protected visibility.

Created with MrDocs