Home
last modified time | relevance | path

Searched refs:hasAllocateAttributeForGlobalVar (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h335 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
H A DCGOpenMPRuntime.h1579 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
H A DCGOpenMPRuntimeGPU.cpp2202 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntimeGPU
H A DCodeGenModule.cpp5264 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
H A DCGOpenMPRuntime.cpp10103 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntime