Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h826 bool IsDeclaration, bool IsExternallyVisible,
870 bool IsDeclaration, bool IsExternallyVisible,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6665 bool IsDeclaration, bool IsExternallyVisible, in getAddrOfDeclareTargetVar() argument
6685 if (!IsExternallyVisible) in getAddrOfDeclareTargetVar()
6707 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in getAddrOfDeclareTargetVar()
6721 bool IsDeclaration, bool IsExternallyVisible, in registerTargetGlobalVariable() argument
6755 (!IsExternallyVisible || Linkage == GlobalValue::LinkOnceODRLinkage)) { in registerTargetGlobalVariable()
6784 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in registerTargetGlobalVariable()