Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/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() argument
72 const size_t PageSize = getPlatformPageSize(); init() local
170 getRequiredBackingSize(size_t Size,size_t Alignment,size_t PageSize) getRequiredBackingSize() argument
255 const size_t PageSize = State.PageSize; allocate() local
[all...]
H A Dcommon.h150 size_t PageSize = 0; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp34 : PageSize(PageSize) {} in Create() local
29 InProcessMemoryMapper(size_t PageSize) InProcessMemoryMapper() argument
194 SharedMemoryMapper(ExecutorProcessControl & EPC,SymbolAddrs SAs,size_t PageSize) SharedMemoryMapper() argument
204 auto PageSize = sys::Process::getPageSize(); Create() local
[all...]
H A DExecutorProcessControl.cpp30 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl() argument
72 auto PageSize = sys::Process::getPageSize(); Create() local
H A DEPCIndirectionUtils.cpp111 auto PageSize = EPC.getPageSize(); in grow() local
356 auto PageSize = EPC.getPageSize(); in getIndirectStubs() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp134 uptr PageSize = GetPageSizeCached(); ReadFileToBuffer() local
177 uptr PageSize = GetPageSizeCached(); ReadFileToVector() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h66 checkForPvallocOverflow(uptr Size,uptr PageSize) checkForPvallocOverflow() argument
H A Dprimary32.h185 const uptr PageSize = getPageSizeCached(); isSmallBlock() local
190 const uptr PageSize = getPageSizeCached(); isLargeBlock() local
914 const uptr PageSize = getPageSizeCached(); getSizeClassFragmentationInfo() local
1010 const uptr PageSize = getPageSizeCached(); hasChanceToReleasePages() local
1072 const uptr PageSize = getPageSizeCached(); markFreeBlocks() local
[all...]
H A Dprimary64.h84 const uptr PagesInGroup = GroupSize / PageSize; in init() local
612 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
617 const uptr PageSize = getPageSizeCached(); isLargeBlock() local
1122 const uptr PageSize = getPageSizeCached(); getRegionFragmentationInfo() local
1234 const uptr PageSize = getPageSizeCached(); hasChanceToReleasePages() local
1298 const uptr PageSize = getPageSizeCached(); collectGroupsToRelease() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h366 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager()
392 uint64_t PageSize; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp12 uptr PageSize = GetPageSizeCached(); in Create() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp81 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { in getContiguousPageBasedLayoutSizes() argument
329 if (auto PageSize = sys::Process::getPageSize()) in Create() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp77 uptr PageSize = GetPageSizeCached(); in Create() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp186 size_t PageSize() { in PageSize() function
H A DFuzzerUtilWindows.cpp227 size_t PageSize() { PageSize() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h47 uint64_t PageSize; member
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp198 if (auto PageSize = sys::Process::getPageSize()) in sendSetupMessage() local

123