Return true if this global has linkonce or linkonce_odr linkage.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

bool
hasLinkOnceLinkage() const;

Return Value

True if this global has linkonce or linkonce_odr linkage.

Created with MrDocs