Return true if this global has hidden visibility.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

bool
hasHiddenVisibility() const;

Return Value

True if this global has hidden visibility.

Created with MrDocs