Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()