Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROpsEnums.h57 LLVM_ATTRIBUTE_UNUSED static bool isCommonLinkage(GlobalLinkageKind linkage) { in isCommonLinkage() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h417 static bool isCommonLinkage(LinkageTypes Linkage) { in isCommonLinkage() function
534 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()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/
H A DCIROpInterfaces.td123 return cir::isCommonLinkage($_op.getLinkage());