Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp155 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue() function in CodeGenFunction
DCGExpr.cpp3870 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitCallExprLValue()
3931 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitObjCMessageExprLValue()
DCodeGenFunction.h1666 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp208 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue() function in CodeGenFunction
DCGOpenMPRuntimeGPU.cpp1895 CGF.MakeNaturalAlignPointeeAddrLValue(GlobalRecCastAddr, GlobalRecTy); in emitGenericVarsProlog()
1905 SecBase = CGF.MakeNaturalAlignPointeeAddrLValue( in emitGenericVarsProlog()
DCGClass.cpp651 LHS = CGF.MakeNaturalAlignPointeeAddrLValue(ThisPtr, RecordTy); in EmitMemberInitializer()
DCGExpr.cpp4998 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitCallExprLValue()
5049 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitObjCMessageExprLValue()
DCodeGenFunction.h2409 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);