HomeSort by relevance Sort by last modified time
    Searched refs:getPointerTo (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGCXX.cpp 142 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
295 Ty = Ty->getPointerTo()->getPointerTo();
333 Ty = Ty->getPointerTo()->getPointerTo();
367 Ty = Ty->getPointerTo()->getPointerTo();
ItaniumCXXABI.cpp 265 llvm::Value *VTable = Builder.CreateBitCast(This, VTableTy->getPointerTo());
274 VTable = Builder.CreateBitCast(VTable, FTy->getPointerTo()->getPointerTo());
282 Builder.CreateIntToPtr(FnAsInt, FTy->getPointerTo(), "memptr.nonvirtualfn");
286 llvm::PHINode *Callee = Builder.CreatePHI(FTy->getPointerTo(), 2);
305 Base = Builder.CreateBitCast(Base, Builder.getInt8Ty()->getPointerTo(AS));
313 = CGF.ConvertTypeForMem(MPT->getPointeeType())->getPointerTo(AS);
    [all...]
CGCXXABI.cpp 54 return llvm::Constant::getNullValue(FTy->getPointerTo());
62 llvm::Type *Ty = CGF.ConvertType(MPT->getPointeeType())->getPointerTo();
CGObjCRuntime.cpp 348 CGM.getTypes().GetFunctionType(signature)->getPointerTo();
372 CGM.getTypes().GetFunctionType(argsInfo)->getPointerTo();
CGClass.cpp 102 V = Builder.CreateBitCast(V, ConvertType(Base)->getPointerTo());
158 ConvertType((PathEnd[-1])->getType())->getPointerTo();
227 llvm::Type *DerivedPtrTy = ConvertType(DerivedTy)->getPointerTo();
    [all...]
CGBlocks.cpp     [all...]
CGException.cpp 366 llvm::Type *ty = CGF.ConvertTypeForMem(e->getType())->getPointerTo();
    [all...]
CGExprCXX.cpp     [all...]
CGRecordLayoutBuilder.cpp 723 llvm::Type *VTableTy = FunctionType->getPointerTo();
727 AppendField(CharUnits::Zero(), VTableTy->getPointerTo());
    [all...]
CGVTables.cpp 100 CGF.Builder.CreateBitCast(V, Int8PtrTy->getPointerTo());
107 OffsetPtr = CGF.Builder.CreateBitCast(OffsetPtr, PtrDiffTy->getPointerTo());
CGDeclCXX.cpp 156 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, false)->getPointerTo();
CodeGenTypes.cpp 529 ResultType = T->getPointerTo();
CGObjCMac.cpp 358 llvm::Type *args[] = { ObjectPtrTy->getPointerTo() };
367 llvm::Type *args[] = { ObjectPtrTy, ObjectPtrTy->getPointerTo() };
376 llvm::Type *args[] = { ObjectPtrTy, ObjectPtrTy->getPointerTo() };
385 llvm::Type *args[] = { ObjectPtrTy, ObjectPtrTy->getPointerTo() };
394 llvm::Type *args[] = { ObjectPtrTy, ObjectPtrTy->getPointerTo(),
412 llvm::Type *args[] = { ObjectPtrTy, ObjectPtrTy->getPointerTo() };
548 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() };
556 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() };
564 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() };
582 llvm::Type *params[] = { CGM.Int32Ty->getPointerTo() };
    [all...]
CGBuiltin.cpp 95 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
130 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
    [all...]
CodeGenModule.cpp 95 Int8PtrTy = Int8Ty->getPointerTo(0);
96 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0);
    [all...]
CGExpr.cpp     [all...]
CGDecl.cpp     [all...]
CGObjC.cpp 808 bitcastType = bitcastType->getPointerTo(); // addrspace 0 okay
    [all...]
  /external/llvm/lib/VMCore/
Type.cpp 270 return getHalfTy(C)->getPointerTo(AS);
274 return getFloatTy(C)->getPointerTo(AS);
278 return getDoubleTy(C)->getPointerTo(AS);
282 return getX86_FP80Ty(C)->getPointerTo(AS);
286 return getFP128Ty(C)->getPointerTo(AS);
290 return getPPC_FP128Ty(C)->getPointerTo(AS);
294 return getX86_MMXTy(C)->getPointerTo(AS);
298 return getIntNTy(C, N)->getPointerTo(AS);
302 return getInt1Ty(C)->getPointerTo(AS);
306 return getInt8Ty(C)->getPointerTo(AS)
    [all...]
  /external/llvm/include/llvm/
Type.h 395 /// getPointerTo - Return a pointer to the current type. This is equivalent
397 PointerType *getPointerTo(unsigned AddrSpace = 0);
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 137 FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo()
GCOVProfiling.cpp 579 Type::getInt64PtrTy(*Ctx)->getPointerTo(), // uint64_t **state_table_row
  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 165 StructTys, "RsForEachStubParamStruct")->getPointerTo();
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 363 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo();
    [all...]

Completed in 489 milliseconds

1 2