Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DValue.cpp623 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local
624 if (AllocatedType->isSized()) in getPointerAlignment()
625 Align = DL.getPrefTypeAlignment(AllocatedType); in getPointerAlignment()
DInstructions.cpp1268 AllocatedType(Ty) { in AllocaInst()
1278 AllocatedType(Ty) { in AllocaInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp716 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local
717 if (AllocatedType->isSized()) in getPointerAlignment()
718 return MaybeAlign(DL.getPrefTypeAlignment(AllocatedType)); in getPointerAlignment()
DInstructions.cpp1232 AllocatedType(Ty) { in AllocaInst()
1243 AllocatedType(Ty) { in AllocaInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp473 Type *AllocatedType = in alignAndPadAlloca() local
481 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp497 Type *AllocatedType = in alignAndPadAlloca() local
505 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1275 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local
1279 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction()
1282 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
/external/llvm/include/llvm/IR/
DInstructions.h52 Type *AllocatedType; variable
97 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
100 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h62 Type *AllocatedType; variable
112 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
115 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h60 Type *AllocatedType; variable
105 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
108 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp1328 AllocatedType(Ty) { in AllocaInst()
1338 AllocatedType(Ty) { in AllocaInst()
/external/clang/lib/Sema/
DTreeTransform.h2589 QualType AllocatedType, in RebuildCXXNewExpr() argument
2599 AllocatedType, in RebuildCXXNewExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h3003 QualType AllocatedType, in RebuildCXXNewExpr() argument
3013 AllocatedType, in RebuildCXXNewExpr()