Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h533 bool hasValidDeclarationLinkage() const { in hasValidDeclarationLinkage() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp727 Check(!GV.isDeclaration() || GV.hasValidDeclarationLinkage(), in visitGlobalValue()