Home
last modified time | relevance | path

Searched refs:getOMPAllocateAlignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1409 llvm::Optional<CharUnits> getOMPAllocateAlignment(const VarDecl *VD);
H A DCGDecl.cpp2699 CodeGenModule::getOMPAllocateAlignment(const VarDecl *VD) { in getOMPAllocateAlignment() function in CodeGenModule
H A DCodeGenModule.cpp4843 getOMPAllocateAlignment(D)) in EmitGlobalVarDefinition()
H A DCGOpenMPRuntime.cpp12133 llvm::Optional<CharUnits> AllocateAlignment = CGM.getOMPAllocateAlignment(VD); in getAlignmentValue()