/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.h | 28 uint64_t PageSize; variable 63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
|
H A D | MachOLayoutBuilder.h | 60 uint64_t PageSize; variable 80 uint64_t PageSize) in MachOLayoutBuilder()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 34 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 D | common.h | 150 size_t PageSize = 0; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Process.h | 62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 33 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 D | ExecutorProcessControl.cpp | 30 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl() 67 auto PageSize = sys::Process::getPageSize(); in Create() local
|
H A D | EPCIndirectionUtils.cpp | 111 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 D | MemoryMapper.h | 121 size_t PageSize; variable 169 size_t PageSize; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_file.cpp | 136 uptr PageSize = GetPageSizeCached(); in ReadFileToBuffer() local 179 uptr PageSize = GetPageSizeCached(); in ReadFileToVector() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c_checks.h | 64 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
|
H A D | primary64.h | 82 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 D | primary32.h | 188 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 D | secondary.h | 125 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 D | xray_interface.cpp | 106 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 D | xray_utils.cpp | 54 const size_t PageSize = flags()->xray_page_size_override > 0 in WriteAll() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 366 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager() argument 392 uint64_t PageSize; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 81 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 D | SectionMemoryManager.cpp | 183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 77 uptr PageSize = GetPageSizeCached(); in Create() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 186 size_t PageSize() { in PageSize() function
|
H A D | FuzzerUtilWindows.cpp | 232 size_t PageSize() { in PageSize() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 196 if (auto PageSize = sys::Process::getPageSize()) sendSetupMessage() local
|