/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 100 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; in useSpace() local
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 100 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; in useSpace() local
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 363 unsigned AlignedSize = alignTo(Type.RecordData.size(), 4); in remapType() local
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 880 size_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in tagAlloca() local 1271 uint64_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in sanitizeFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 773 size_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in tagAlloca() local 1166 uint64_t AlignedSize = alignTo(Size, Mapping.getObjectAlignment()); in sanitizeFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 468 uint64_t AlignedSize = alignTo(Size, kTagGranuleSize); in alignAndPadAlloca() local
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 323 const uptr AlignedSize = (Alignment > MinAlignment) ? in allocate() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 492 uint64_t AlignedSize = alignTo(Size, kTagGranuleSize); in alignAndPadAlloca() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCAssembler.cpp | 1072 uint64_t AlignedSize = 0; in relaxBoundaryAlign() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 1004 uint64_t AlignedSize = 0; in relaxBoundaryAlign() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 346 uint64_t AlignedSize = in computeAllocationSizeForSections() local
|
/external/llvm-project/openmp/libomptarget/src/ |
D | omptarget.cpp | 900 const int64_t AlignedSize; member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 147 CharUnits AlignedSize = Size.alignTo(Align); in add() local 446 CharUnits AlignedSize = Size.alignTo(Align); in buildFrom() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 451 uint64_t AlignedSize = in computeAllocationSizeForSections() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 461 uint64_t AlignedSize = in computeAllocationSizeForSections() local
|