Home
last modified time | relevance | path

Searched defs:GetPageSize (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHostInfoWindows.cpp53 size_t HostInfoWindows::GetPageSize() { in GetPageSize() function in HostInfoWindows
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp157 int SBMemoryRegionInfo::GetPageSize() { in GetPageSize() function in SBMemoryRegionInfo
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp30 size_t HostInfoPosix::GetPageSize() { return ::getpagesize(); } in GetPageSize() function in HostInfoPosix
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h117 int GetPageSize() const { return m_pagesize; } in GetPageSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp115 uptr GetPageSize() { return _zx_system_get_page_size(); } in GetPageSize() function
H A Dsanitizer_common.h63 inline uptr GetPageSize() { in GetPageSize() function
H A Dsanitizer_win.cpp70 uptr GetPageSize() { in GetPageSize() function
H A Dsanitizer_mac.cpp496 uptr GetPageSize() { in GetPageSize() function
H A Dsanitizer_linux.cpp1149 uptr GetPageSize() { in GetPageSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp131 static uintptr_t GetPageSize() { in GetPageSize() function