Return true if this global has default visibility.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

bool
hasDefaultVisibility() const;

Return Value

True if this global has default visibility.

Created with MrDocs