HomeSort by relevance Sort by last modified time
    Searched refs:ConvertTypeForMem (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 80 /// ConvertTypeForMem - Convert type T into a llvm::Type. This differs from
84 llvm::Type *CodeGenTypes::ConvertTypeForMem(QualType T){
390 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
398 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
412 ResultType = ConvertTypeForMem(A->getElementType());
421 ResultType = ConvertTypeForMem(A->getElementType());
431 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType());
533 ConvertTypeForMem(cast<ObjCObjectPointerType>(Ty)->getPointeeType());
551 llvm::Type *PointeeType = ConvertTypeForMem(FTy);
564 ResultType = ConvertTypeForMem(cast<AtomicType>(Ty)->getValueType())
    [all...]
CodeGenTypes.h 120 /// ConvertTypeForMem - Convert type T into a llvm::Type. This differs from
124 llvm::Type *ConvertTypeForMem(QualType T);
CGObjCRuntime.cpp 90 llvm::Type *LTy = CGF.CGM.getTypes().ConvertTypeForMem(IvarTy);
CGRecordLayoutBuilder.cpp 233 llvm::Type *Ty = Types.ConvertTypeForMem(FD->getType());
442 llvm::Type *Ty = Types.ConvertTypeForMem(D->getType());
516 return Types.ConvertTypeForMem(Field->getType());
    [all...]
CGExprConstant.cpp     [all...]
CGDecl.cpp 182 llvm::Type *LTy = CGM.getTypes().ConvertTypeForMem(Ty);
291 llvm::Type *LTy = CGM.getTypes().ConvertTypeForMem(D.getType());
763 llvm::Type *LTy = ConvertTypeForMem(Ty);
830 llvm::Type *llvmTy = ConvertTypeForMem(elementType);
    [all...]
CodeGenFunction.cpp 49 llvm::Type *CodeGenFunction::ConvertTypeForMem(QualType T) {
50 return CGM.getTypes().ConvertTypeForMem(T);
    [all...]
CGExpr.cpp 73 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name);
190 llvm::Type *RefTempTy = CGF.ConvertTypeForMem(Type);
    [all...]
CGExprCXX.cpp     [all...]
CGException.cpp 348 llvm::Type *ty = CGF.ConvertTypeForMem(e->getType())->getPointerTo();
    [all...]
CodeGenModule.cpp 756 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(VD->getType());
    [all...]
CGBlocks.cpp 388 CGM.getTypes().ConvertTypeForMem(variable->getType());
    [all...]
ItaniumCXXABI.cpp 311 = CGF.ConvertTypeForMem(MPT->getPointeeType())->getPointerTo(AS);
    [all...]
CGStmt.cpp     [all...]
TargetInfo.cpp     [all...]
CGCall.cpp 671 llvm::Type *LTy = ConvertTypeForMem(it->type);
    [all...]
CodeGenFunction.h     [all...]
CGObjCMac.cpp     [all...]

Completed in 1034 milliseconds