Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp171 Type *AllocatedType = in alignAndPadAlloca() local
178 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h60 Type *AllocatedType; variable
115 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
118 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp1388 AllocatedType(Ty) { in AllocaInst()
1398 AllocatedType(Ty) { in AllocaInst()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h3174 QualType AllocatedType, in RebuildCXXNewExpr() argument
3184 AllocatedType, in RebuildCXXNewExpr()