Home
last modified time | relevance | path

Searched refs:AllocatedType (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp716 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local
717 if (AllocatedType->isSized()) in getPointerAlignment()
718 return MaybeAlign(DL.getPrefTypeAlignment(AllocatedType)); in getPointerAlignment()
HDInstructions.cpp1232 AllocatedType(Ty) { in AllocaInst()
1243 AllocatedType(Ty) { in AllocaInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDHWAddressSanitizer.cpp1170 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local
1174 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction()
1177 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64StackTagging.cpp473 Type *AllocatedType = in alignAndPadAlloca() local
481 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h60 Type *AllocatedType; variable
105 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
108 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h2827 QualType AllocatedType, in RebuildCXXNewExpr() argument
2837 AllocatedType, in RebuildCXXNewExpr()