Searched refs:AllocatedType (Results 1 – 5 of 5) sorted by relevance
501 Type *AllocatedType = in alignAndPadAlloca() local509 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
1392 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local1396 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction()1399 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
63 Type *AllocatedType; variable113 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()116 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
1361 AllocatedType(Ty) { in AllocaInst()1371 AllocatedType(Ty) { in AllocaInst()
3112 QualType AllocatedType, in RebuildCXXNewExpr() argument3122 AllocatedType, in RebuildCXXNewExpr()