Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp52 assert((SlabSize % sys::Process::getPageSizeEstimate()) == 0 && in allocate()
77 if (!isPowerOf2_64((uint64_t)sys::Process::getPageSizeEstimate())) in allocate()
91 if (Seg.getAlignment() > sys::Process::getPageSizeEstimate()) in allocate()
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
115 sys::Process::getPageSizeEstimate()); in allocate()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h282 NumStubsRequired, sys::Process::getPageSizeEstimate()); in handleEmitIndirectStubs()
318 sys::Process::getPageSizeEstimate(), nullptr, in handleEmitTrampolineBlock()
324 (sys::Process::getPageSizeEstimate() - TargetT::PointerSize) / in handleEmitTrampolineBlock()
353 uint32_t PageSize = sys::Process::getPageSizeEstimate(); in handleGetRemoteInfo()
DIndirectionUtils.h162 sys::Process::getPageSizeEstimate(), nullptr, in grow()
168 (sys::Process::getPageSizeEstimate() - ORCABI::PointerSize) / in grow()
456 unsigned PageSize = sys::Process::getPageSizeEstimate();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DProcess.h62 static unsigned getPageSizeEstimate() { in getPageSizeEstimate() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp348 MarkerAddr = ::mmap(NULL, sys::Process::getPageSizeEstimate(), in OpenMarker()
362 munmap(MarkerAddr, sys::Process::getPageSizeEstimate()); in CloseMarker()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DMemory.inc117 static const size_t PageSize = Process::getPageSizeEstimate();
176 static const Align PageSize = Align(Process::getPageSizeEstimate());
DPath.inc869 return Process::getPageSizeEstimate();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp327 unsigned Alignment = sys::Process::getPageSizeEstimate(); in finalizeWorkingMemory()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DMemoryBuffer.cpp436 static int PageSize = sys::Process::getPageSizeEstimate(); in getOpenFileImpl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp646 llvm::sys::Process::getPageSizeEstimate(); in ReadCStringFromMemory()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h412 PageSize = sys::Process::getPageSizeEstimate(); in OrcRPCTPCServer()