Home
last modified time | relevance | path

Searched defs:AlignedSize (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp363 unsigned AlignedSize = alignTo(Type.RecordData.size(), 4); in remapType() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp973 size_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in tagAlloca() local
1388 uint64_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in sanitizeFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp496 uint64_t AlignedSize = alignTo(Size, kTagGranuleSize); in alignAndPadAlloca() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp326 const uptr AlignedSize = (Alignment > MinAlignment) ? in allocate() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCAssembler.cpp1066 uint64_t AlignedSize = 0; in relaxBoundaryAlign() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp147 CharUnits AlignedSize = Size.alignTo(Align); in add() local
446 CharUnits AlignedSize = Size.alignTo(Align); in buildFrom() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp461 uint64_t AlignedSize = in computeAllocationSizeForSections() local