Home
last modified time | relevance | path

Searched refs:EmitArraySectionExpr (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1632 return EmitArraySectionExpr(cast<ArraySectionExpr>(E)); in EmitLValueHelper()
4382 BaseLVal = CGF.EmitArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
4414 LValue CodeGenFunction::EmitArraySectionExpr(const ArraySectionExpr *E, in EmitArraySectionExpr() function in CodeGenFunction
H A DCGOpenMPRuntime.cpp748 return CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()
3584 LValue UpAddrLVal = CGF.EmitArraySectionExpr(ASE, /*IsLowerBound=*/false); in getPointerAndSize()
7461 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false) in generateInfoForComponentList()
7474 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false) in generateInfoForComponentList()
H A DCodeGenFunction.h4277 LValue EmitArraySectionExpr(const ArraySectionExpr *E,