Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1503 std::optional<CharUnits> getOMPAllocateAlignment(const VarDecl *VD);
H A DCGDecl.cpp2847 CodeGenModule::getOMPAllocateAlignment(const VarDecl *VD) { in getOMPAllocateAlignment() function in CodeGenModule
H A DCodeGenModule.cpp5587 getOMPAllocateAlignment(D)) in EmitGlobalVarDefinition()
H A DCGOpenMPRuntime.cpp11313 std::optional<CharUnits> AllocateAlignment = CGM.getOMPAllocateAlignment(VD); in getAlignmentValue()