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.h1424 std::optional<CharUnits> getOMPAllocateAlignment(const VarDecl *VD);
H A DCGDecl.cpp2787 CodeGenModule::getOMPAllocateAlignment(const VarDecl *VD) { in getOMPAllocateAlignment() function in CodeGenModule
H A DCodeGenModule.cpp5455 getOMPAllocateAlignment(D)) in EmitGlobalVarDefinition()
H A DCGOpenMPRuntime.cpp11284 std::optional<CharUnits> AllocateAlignment = CGM.getOMPAllocateAlignment(VD); in getAlignmentValue()