Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h938 bool IsDeclaration, bool IsExternallyVisible,
982 bool IsDeclaration, bool IsExternallyVisible,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9906 bool IsDeclaration, bool IsExternallyVisible, in getAddrOfDeclareTargetVar() argument
9926 if (!IsExternallyVisible) in getAddrOfDeclareTargetVar()
9948 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in getAddrOfDeclareTargetVar()
9962 bool IsDeclaration, bool IsExternallyVisible, in registerTargetGlobalVariable() argument
9996 (!IsExternallyVisible || Linkage == GlobalValue::LinkOnceODRLinkage)) { in registerTargetGlobalVariable()
10025 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in registerTargetGlobalVariable()