Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h415 static bool isCommonLinkage(LinkageTypes Linkage) { in isCommonLinkage() function
532 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp57 if (GlobalValue::isCommonLinkage(L)) in fromSummary()