Home
last modified time | relevance | path

Searched refs:getPageSizeEstimate (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h61 static unsigned getPageSizeEstimate() { in getPageSizeEstimate() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h169 sys::Process::getPageSizeEstimate(), nullptr, in grow()
175 (sys::Process::getPageSizeEstimate() - ORCABI::PointerSize) / in grow()
461 unsigned PageSize = sys::Process::getPageSizeEstimate();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp347 MarkerAddr = ::mmap(NULL, sys::Process::getPageSizeEstimate(), in OpenMarker()
361 munmap(MarkerAddr, sys::Process::getPageSizeEstimate()); in CloseMarker()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc108 static const size_t PageSize = Process::getPageSizeEstimate();
166 static const Align PageSize = Align(Process::getPageSizeEstimate());
H A DPath.inc892 int mapped_file_region::alignment() { return Process::getPageSizeEstimate(); }
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp38 sys::Process::getPageSizeEstimate()); in SelfExecutorProcessControl()
H A DDebugObjectManagerPlugin.cpp332 unsigned PageSize = sys::Process::getPageSizeEstimate(); in finalizeWorkingMemory()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp471 static int PageSize = sys::Process::getPageSizeEstimate(); in getOpenFileImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp681 llvm::sys::Process::getPageSizeEstimate(); in ReadCStringFromMemory()