Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp651 LHS = CGF.MakeNaturalAlignPointeeAddrLValue(ThisPtr, RecordTy); in EmitMemberInitializer()
H A DCodeGenFunction.cpp223 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue() function in CodeGenFunction
H A DCGExpr.cpp5696 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitCallExprLValue()
5747 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitObjCMessageExprLValue()
H A DCodeGenFunction.h2732 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);