Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1893 CGF.MakeNaturalAlignPointeeAddrLValue(GlobalRecCastAddr, GlobalRecTy); in emitGenericVarsProlog()
1903 SecBase = CGF.MakeNaturalAlignPointeeAddrLValue( in emitGenericVarsProlog()
H A DCodeGenFunction.cpp209 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue() function in CodeGenFunction
H A DCGClass.cpp651 LHS = CGF.MakeNaturalAlignPointeeAddrLValue(ThisPtr, RecordTy); in EmitMemberInitializer()
H A DCGExpr.cpp5015 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitCallExprLValue()
5066 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitObjCMessageExprLValue()
H A DCodeGenFunction.h2453 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);