Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h380 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
H A DCGOpenMPRuntime.h1828 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
H A DCGOpenMPRuntimeGPU.cpp3841 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntimeGPU
H A DCodeGenModule.cpp4548 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
H A DCGOpenMPRuntime.cpp10867 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntime