Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalValue.h450 bool hasValidDeclarationLinkage() const { in hasValidDeclarationLinkage() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp567 Assert(!GV.isDeclaration() || GV.hasValidDeclarationLinkage(), in visitGlobalValue()