Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1293 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local
1297 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction()
1300 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp499 Type *AllocatedType = in alignAndPadAlloca() local
507 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h62 Type *AllocatedType; variable
112 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
115 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1348 AllocatedType(Ty) { in AllocaInst()
1358 AllocatedType(Ty) { in AllocaInst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3091 QualType AllocatedType, in RebuildCXXNewExpr() argument
3101 AllocatedType, in RebuildCXXNewExpr()