Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h523 bool hasWeakAnyLinkage() const { return isWeakAnyLinkage(getLinkage()); } in hasWeakAnyLinkage() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp371 if (F->hasWeakAnyLinkage()) { in importFunctions()