Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp155 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue() function in CodeGenFunction
DCGExpr.cpp3656 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitCallExprLValue()
3717 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitObjCMessageExprLValue()
DCodeGenFunction.h1563 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);