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

  /external/clang/lib/CodeGen/
CGVTT.cpp 48 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()),
51 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
86 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
116 llvm::Type *Int8PtrTy =
119 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
CGVTables.cpp 86 llvm::Type *Int8PtrTy =
89 llvm::Value *V = CGF.Builder.CreateBitCast(Ptr, Int8PtrTy);
102 CGF.Builder.CreateBitCast(V, Int8PtrTy->getPointerTo());
514 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
535 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
540 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
545 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
548 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
579 Int8PtrTy);
599 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
    [all...]
CGRTTI.cpp 29 llvm::Type *Int8PtrTy;
69 Int8PtrTy(llvm::Type::getInt8PtrTy(VMContext)) { }
151 GV = new llvm::GlobalVariable(CGM.getModule(), Int8PtrTy, /*Constant=*/true,
155 return llvm::ConstantExpr::getBitCast(GV, Int8PtrTy);
483 CGM.getModule().getOrInsertGlobal(VTableName, Int8PtrTy);
491 VTable = llvm::ConstantExpr::getBitCast(VTable, Int8PtrTy);
565 return llvm::ConstantExpr::getBitCast(OldGV, Int8PtrTy);
586 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(VMContext);
587 Fields.push_back(llvm::ConstantExpr::getBitCast(TypeName, Int8PtrTy));
709 return llvm::ConstantExpr::getBitCast(GV, Int8PtrTy);
    [all...]
CodeGenModule.h 122 llvm::PointerType *Int8PtrTy;
    [all...]
CGClass.cpp 98 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(getLLVMContext());
99 V = Builder.CreateBitCast(V, Int8PtrTy);
128 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(CGF.getLLVMContext());
129 ThisPtr = CGF.Builder.CreateBitCast(ThisPtr, Int8PtrTy);
    [all...]
CGExprCXX.cpp     [all...]
CGObjCMac.cpp 130 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
141 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
162 llvm::Type *Int8PtrTy;
322 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
323 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, args, false);
628 llvm::Type *params[] = { Int8PtrTy };
629 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 368 milliseconds