Home
last modified time | relevance | path

Searched defs:PageSize (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h28 uint64_t PageSize; variable
63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
H A DMachOLayoutBuilder.h60 uint64_t PageSize; variable
80 uint64_t PageSize) in MachOLayoutBuilder()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp34 uintptr_t getPageAddr(uintptr_t Ptr, uintptr_t PageSize) { in getPageAddr()
74 const size_t PageSize = getPlatformPageSize(); in init() local
173 size_t PageSize) { in getRequiredBackingSize()
258 const size_t PageSize = State.PageSize; in allocate() local
H A Dcommon.h150 size_t PageSize = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp33 InProcessMemoryMapper::InProcessMemoryMapper(size_t PageSize) in InProcessMemoryMapper()
38 auto PageSize = sys::Process::getPageSize(); in Create() local
198 SymbolAddrs SAs, size_t PageSize) in SharedMemoryMapper()
208 auto PageSize = sys::Process::getPageSize(); in Create() local
H A DExecutorProcessControl.cpp30 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl()
67 auto PageSize = sys::Process::getPageSize(); in Create() local
H A DEPCIndirectionUtils.cpp111 auto PageSize = EPC.getPageSize(); in grow() local
356 auto PageSize = EPC.getPageSize(); in getIndirectStubs() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp136 uptr PageSize = GetPageSizeCached(); in ReadFileToBuffer() local
179 uptr PageSize = GetPageSizeCached(); in ReadFileToVector() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h64 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
H A Dprimary64.h82 const uptr PageSize = getPageSizeCached(); in init() local
597 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
602 const uptr PageSize = getPageSizeCached(); in isLargeBlock() local
612 const uptr PageSize = getPageSizeCached(); in initRegion() local
1175 const uptr PageSize = getPageSizeCached(); in getRegionFragmentationInfo() local
1287 const uptr PageSize = getPageSizeCached(); in hasChanceToReleasePages() local
1351 const uptr PageSize = getPageSizeCached(); in collectGroupsToRelease() local
H A Dprimary32.h188 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
193 const uptr PageSize = getPageSizeCached(); in isLargeBlock() local
921 const uptr PageSize = getPageSizeCached(); in getSizeClassFragmentationInfo() local
1017 const uptr PageSize = getPageSizeCached(); in hasChanceToReleasePages() local
1079 const uptr PageSize = getPageSizeCached(); in markFreeBlocks() local
H A Dsecondary.h125 const uptr PageSize = getPageSizeCached(); in mapSecondary() local
300 const uptr PageSize = getPageSizeCached(); in retrieve() local
593 const uptr PageSize = getPageSizeCached(); in allocate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp106 std::size_t PageSize) XRAY_NEVER_INSTRUMENT in MProtectHelper()
311 const size_t PageSize = flags()->xray_page_size_override > 0 in controlPatching() local
362 const size_t PageSize = flags()->xray_page_size_override > 0 in mprotectAndPatchFunction() local
H A Dxray_utils.cpp54 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h366 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager() argument
392 uint64_t PageSize; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp81 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { in getContiguousPageBasedLayoutSizes()
329 if (auto PageSize = sys::Process::getPageSize()) in Create() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp77 uptr PageSize = GetPageSizeCached(); in Create() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp186 size_t PageSize() { in PageSize() function
H A DFuzzerUtilWindows.cpp232 size_t PageSize() { in PageSize() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp196 if (auto PageSize = sys::Process::getPageSize()) sendSetupMessage() local

123