Searched refs:GetPageSize (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i82 GetPageSize(SBMemoryRegionInfo self) -> int
84 if this information was unavailable.") GetPageSize();
86 GetPageSize();
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h27 static size_t GetPageSize();
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h24 static size_t GetPageSize();
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp67 const int page_size = GetPageSize();
H A Dsanitizer_stacktrace_test.cpp64 size_t ps = GetPageSize();
91 size_t ps = GetPageSize();
H A Dsanitizer_allocator_test.cpp1163 const auto page_size = GetPageSize();
1168 ~RedZoneMemoryMapper() { UnmapOrDie(buffer, 3 * GetPageSize()); }
1172 const auto page_size = GetPageSize();
1208 const u64 kNumCounters = (GetPageSize() / 8) * (64 >> i);
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h112 int GetPageSize();
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp157 int SBMemoryRegionInfo::GetPageSize() { function in class:SBMemoryRegionInfo
160 return m_opaque_up->GetPageSize();
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp115 uptr GetPageSize() { return _zx_system_get_page_size(); } function in namespace:__sanitizer
134 size = RoundUpTo(size, GetPageSize());
180 init_size = RoundUpTo(init_size, GetPageSize());
201 map_size = RoundUpTo(map_size, GetPageSize());
241 size = RoundUpTo(size, GetPageSize());
290 CHECK_GE(size, GetPageSize());
357 uptr beg_aligned = RoundUpTo(beg, GetPageSize());
358 uptr end_aligned = RoundDownTo(end, GetPageSize());
H A Dsanitizer_common.h63 inline uptr GetPageSize() { function in namespace:__sanitizer
71 uptr GetPageSize();
75 PageSizeCached = GetPageSize();
H A Dsanitizer_posix.cpp41 return GetPageSize();
H A Dsanitizer_win.cpp70 uptr GetPageSize() { function in namespace:__sanitizer
H A Dsanitizer_mac.cpp496 uptr GetPageSize() { function in namespace:__sanitizer
H A Dsanitizer_linux.cpp1149 uptr GetPageSize() { function in namespace:__sanitizer
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp80 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize();
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp81 bottom = RoundDownTo(local_stack, GetPageSize());
87 bottom = RoundDownTo(local_stack, GetPageSize());
88 top = bottom + GetPageSize();
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DHostInfoWindows.cpp53 size_t HostInfoWindows::GetPageSize() { function in class:HostInfoWindows
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp30 size_t HostInfoPosix::GetPageSize() { return ::getpagesize(); } function in class:HostInfoPosix
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h117 int GetPageSize() const { return m_pagesize; } function in class:lldb_private::MemoryRegionInfo
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DLLVMUserExpression.cpp168 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize();
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp131 static uintptr_t GetPageSize() { function
3510 uintptr_t PageSize = GetPageSize();
3517 uintptr_t PageSize = GetPageSize();
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp978 SIZE_T rounded_length = RoundUpTo(length, GetPageSize());
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6544 addr_t pagesize = range_info.GetPageSize();

Completed in 513 milliseconds