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.h853 bool IsDeclaration, bool IsExternallyVisible,
897 bool IsDeclaration, bool IsExternallyVisible,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8644 bool IsDeclaration, bool IsExternallyVisible, in getAddrOfDeclareTargetVar() argument
8664 if (!IsExternallyVisible) in getAddrOfDeclareTargetVar()
8686 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in getAddrOfDeclareTargetVar()
8700 bool IsDeclaration, bool IsExternallyVisible, in registerTargetGlobalVariable() argument
8734 (!IsExternallyVisible || Linkage == GlobalValue::LinkOnceODRLinkage)) { in registerTargetGlobalVariable()
8763 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in registerTargetGlobalVariable()