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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp716 Type *AllocatedType = AI->getAllocatedType(); local
717 if (AllocatedType->isSized())
718 return MaybeAlign(DL.getPrefTypeAlignment(AllocatedType));
H A DInstructions.cpp1232 AllocatedType(Ty) {
1243 AllocatedType(Ty) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1170 Type *AllocatedType = AI->getAllocatedType(); local
1174 AllocatedType = ArrayType::get(AllocatedType, ArraySize);
1177 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp473 Type *AllocatedType =
481 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h60 Type *AllocatedType; member in class:llvm::AllocaInst
105 Type *getAllocatedType() const { return AllocatedType; }
108 void setAllocatedType(Type *Ty) { AllocatedType = Ty; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2827 QualType AllocatedType,
2837 AllocatedType,
2821 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Optional<Expr *> ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument

Completed in 318 milliseconds