HomeSort by relevance Sort by last modified time
    Searched defs:Int8PtrTy (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 46 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int64Ty = CGM.Int64Ty;
48 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
83 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
114 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
CGVTables.cpp 86 llvm::Type *Int8PtrTy = CGF.Int8PtrTy;
87 llvm::Value *V = CGF.Builder.CreateBitCast(Ptr, Int8PtrTy);
100 CGF.Builder.CreateBitCast(V, Int8PtrTy->getPointerTo());
517 llvm::Type *Int8PtrTy = CGM.Int8PtrTy;
538 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
543 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
548 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
551 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
    [all...]
CodeGenModule.h 124 llvm::PointerType *Int8PtrTy;
    [all...]
CGExprCXX.cpp     [all...]
CGObjCMac.cpp 142 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
153 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
174 llvm::Type *Int8PtrTy, *Int8PtrPtrTy;
404 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
405 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, args, false);
719 llvm::Type *params[] = { Int8PtrTy };
720 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 424 Type *Int8PtrTy = Type::getInt8PtrTy(AI->getType()->getContext());
425 if (AI->getType() == Int8PtrTy)
431 if (I->getType() != Int8PtrTy) continue;
    [all...]

Completed in 205 milliseconds