Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp501 Type *AllocatedType = in alignAndPadAlloca() local
509 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1392 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local
1396 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction()
1399 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h63 Type *AllocatedType; variable
113 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
116 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1361 AllocatedType(Ty) { in AllocaInst()
1371 AllocatedType(Ty) { in AllocaInst()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3112 QualType AllocatedType, in RebuildCXXNewExpr() argument
3122 AllocatedType, in RebuildCXXNewExpr()