Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp67 Address CIRGenFunction::emitPointerWithAlignment(const Expr *expr, in emitPointerWithAlignment() function in CIRGenFunction
103 Address addr = emitPointerWithAlignment(ce->getSubExpr(), baseInfo); in emitPointerWithAlignment()
623 Address addr = emitPointerWithAlignment(e->getSubExpr(), &baseInfo); in emitUnaryOpLValue()
852 const Address ptrAddr = emitPointerWithAlignment(e->getBase(), &eltBaseInfo); in emitArraySubscriptExpr()
1026 Address addr = emitPointerWithAlignment(baseExpr, &baseInfo); in emitMemberExpr()
H A DCIRGenCXXExpr.cpp113 Address thisValue = emitPointerWithAlignment(base, &baseInfo); in emitCXXMemberOrOperatorMemberCallExpr()
H A DCIRGenFunction.h1025 Address emitPointerWithAlignment(const clang::Expr *expr,