Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp773 size_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in tagAlloca() local
775 Size = AlignedSize; in tagAlloca()
781 ConstantInt::get(IntptrTy, AlignedSize)}); in tagAlloca()
793 if (Size != AlignedSize) { in tagAlloca()
799 AlignedSize - 1)); in tagAlloca()
1166 uint64_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in sanitizeFunction() local
1169 if (Size != AlignedSize) { 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.cpp468 uint64_t AlignedSize = alignTo(Size, kTagGranuleSize); in alignAndPadAlloca() local
469 if (Size == AlignedSize) in alignAndPadAlloca()
480 ArrayType::get(Type::getInt8Ty(F->getContext()), AlignedSize - Size); in alignAndPadAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp1004 uint64_t AlignedSize = 0; in relaxBoundaryAlign() local
1011 AlignedSize += computeFragmentSize(Layout, *F); in relaxBoundaryAlign()
1016 uint64_t NewSize = needPadding(AlignedOffset, AlignedSize, BoundaryAlignment) in relaxBoundaryAlign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp451 uint64_t AlignedSize = in computeAllocationSizeForSections() local
453 TotalSize += AlignedSize; in computeAllocationSizeForSections()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp109093 return InternalAllocate(AlignedSize(aSize)); in Allocate()
109130 static constexpr size_t AlignedSize(size_t aSize) in AlignedSize() function in mozilla::ArenaAllocator
109163 : header{AlignedSize(uintptr_t(this + 1)), uintptr_t(this) + aSize} in ArenaChunk()
109196 static const size_t kOffset = AlignedSize(sizeof(ArenaChunk)); in AllocateChunk()
109225 static_assert(ArenaSize > AlignedSize(sizeof(ArenaChunk)), in InternalAllocate()
109229 ArenaSize - AlignedSize(sizeof(ArenaChunk)); in InternalAllocate()