HomeSort by: relevance | last modified time | path
    Searched refs:MakeNaturalAlignPointeeAddrLValue (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 209 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) {
CGOpenMPRuntimeGPU.cpp 1893 CGF.MakeNaturalAlignPointeeAddrLValue(GlobalRecCastAddr, GlobalRecTy);
1903 SecBase = CGF.MakeNaturalAlignPointeeAddrLValue(
CGExpr.cpp 5015 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType());
5066 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType());
CGClass.cpp 651 LHS = CGF.MakeNaturalAlignPointeeAddrLValue(ThisPtr, RecordTy);
CodeGenFunction.h 2453 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);

Completed in 25 milliseconds