Home
last modified time | relevance | path

Searched refs:hasWeakODRLinkage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h524 bool hasWeakODRLinkage() const { return isWeakODRLinkage(getLinkage()); } in hasWeakODRLinkage() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp900 (GV->hasLinkOnceODRLinkage() || GV->hasWeakODRLinkage() || in addRegularLTO()