Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Delf_core_dump.cc90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp100 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; in useSpace() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp346 uint64_t AlignedSize = in computeAllocationSizeForSections() local