Home
last modified time | relevance | path

Searched refs:getPageSize (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp106 if (CodeAlign > EPC.getPageSize()) { in reserveAllocationSpace()
110 if (RODataAlign > EPC.getPageSize()) { in reserveAllocationSpace()
114 if (RWDataAlign > EPC.getPageSize()) { in reserveAllocationSpace()
121 TotalSize += alignTo(CodeSize, EPC.getPageSize()); in reserveAllocationSpace()
122 TotalSize += alignTo(RODataSize, EPC.getPageSize()); in reserveAllocationSpace()
123 TotalSize += alignTo(RWDataSize, EPC.getPageSize()); in reserveAllocationSpace()
147 *TargetAllocAddr, ExecutorAddrDiff(alignTo(CodeSize, EPC.getPageSize()))}; in reserveAllocationSpace()
150 ExecutorAddrDiff(alignTo(RODataSize, EPC.getPageSize()))}; in reserveAllocationSpace()
153 ExecutorAddrDiff(alignTo(RWDataSize, EPC.getPageSize()))}; in reserveAllocationSpace()
H A DEPCGenericJITLinkMemoryManager.cpp53 Parent.EPC.getPageSize()), in finalize()
105 auto Pages = BL.getContiguousPageBasedLayoutSizes(EPC.getPageSize()); in allocate()
156 alignTo(Seg.ContentSize + Seg.ZeroFillSize, EPC.getPageSize())); in completeAllocation()
H A DEPCIndirectionUtils.cpp87 (EPC.getPageSize() - ABI.getPointerSize()) / TrampolineSize; in EPCTrampolinePool()
111 auto PageSize = EPC.getPageSize(); in grow()
300 {ResolverSize, Align(EPC.getPageSize())}}}); in writeResolverBlock()
343 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
356 auto PageSize = EPC.getPageSize(); in getIndirectStubs()
H A DMapperJITLinkMemoryManager.cpp67 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate()
96 NextSegAddr += alignTo(TotalSize, Mapper->getPageSize()); in allocate()
H A DMemoryMapper.cpp38 auto PageSize = sys::Process::getPageSize(); in Create()
208 auto PageSize = sys::Process::getPageSize(); in Create()
H A DExecutorProcessControl.cpp67 auto PageSize = sys::Process::getPageSize(); in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.cpp16 uptr getPageSize();
19 PageSizeCached = getPageSize(); in getPageSizeSlow()
H A Dtrusty.cpp30 uptr getPageSize() { return getauxval(AT_PAGESZ); }
29 uptr getPageSize() { return getauxval(AT_PAGESZ); } getPageSize() function
H A Dlinux.cpp43 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); }
42 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } getPageSize() function
H A Dfuchsia.cpp27 uptr getPageSize() { return _zx_system_get_page_size(); } in getPageSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h47 virtual unsigned int getPageSize() = 0;
88 unsigned int getPageSize() override { return PageSize; } in getPageSize() function
140 unsigned int getPageSize() override { return PageSize; } in getPageSize() function
H A DExecutorProcessControl.h215 unsigned getPageSize() const { return PageSize; } in getPageSize() function
H A DCore.h1477 size_t getPageSize() const { return EPC->getPageSize(); } in getPageSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h55 static Expected<unsigned> getPageSize();
62 if (auto PageSize = getPageSize()) in getPageSizeEstimate()
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h84 virtual uint64_t getPageSize() const = 0;
H A DSectionPriorities.cpp160 const uint64_t maxClusterSize = target->getPageSize(); in run()
H A DWriter.cpp1073 uint64_t pageSize = target->getPageSize(); in finalizeAddresses()
1228 const uint64_t pageSize = target->getPageSize(); in buildFixupChains()
H A DSyntheticSections.cpp92 size = alignToPowerOf2(size, target->getPageSize()); in getSize()
2357 segInfo->page_size = target->getPageSize(); in writeTo()
2489 const uint64_t pageSize = target->getPageSize(); in finalizeContents()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h30 uint64_t getPageSize() const override { return 16 * 1024; } in getPageSize() function
H A DX86_64.cpp45 uint64_t getPageSize() const override { return 4 * 1024; } in getPageSize() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp198 if (auto PageSize = sys::Process::getPageSize()) in sendSetupMessage()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp116 Expr getPageSize();
1273 Expr ScriptParser::getPageSize() { in getPageSize() function in ScriptParser
1286 return getPageSize(); in readConstant()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp329 if (auto PageSize = sys::Process::getPageSize()) in Create()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc80 Expected<unsigned> Process::getPageSize() {
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc66 Expected<unsigned> Process::getPageSize() {

12