Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1693 return EmitArraySectionExpr(cast<ArraySectionExpr>(E)); in EmitLValueHelper()
4692 BaseLVal = CGF.EmitArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
4724 LValue CodeGenFunction::EmitArraySectionExpr(const ArraySectionExpr *E, in EmitArraySectionExpr() function in CodeGenFunction
H A DCGOpenMPRuntime.cpp744 return CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()
3560 LValue UpAddrLVal = CGF.EmitArraySectionExpr(ASE, /*IsLowerBound=*/false); in getPointerAndSize()
7722 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false)
7735 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false)
H A DCodeGenFunction.h4398 LValue EmitArraySectionExpr(const ArraySectionExpr *E,