Searched refs:AllocatedType (Results 1 – 5 of 5) sorted by relevance
1293 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local1297 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction()1300 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
499 Type *AllocatedType = in alignAndPadAlloca() local507 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
62 Type *AllocatedType; variable112 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()115 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
1348 AllocatedType(Ty) { in AllocaInst()1358 AllocatedType(Ty) { in AllocaInst()
3091 QualType AllocatedType, in RebuildCXXNewExpr() argument3101 AllocatedType, in RebuildCXXNewExpr()