/freebsd-src/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-src/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() 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 D | common.h | 150 size_t PageSize = 0; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Process.h | 62 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 34 : 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 D | ExecutorProcessControl.cpp | 30 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl() argument 72 auto PageSize = sys::Process::getPageSize(); Create() local
|
H A D | EPCIndirectionUtils.cpp | 111 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 D | MemoryMapper.h | 121 size_t PageSize; variable 169 size_t PageSize; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_file.cpp | 134 uptr PageSize = GetPageSizeCached(); ReadFileToBuffer() local 177 uptr PageSize = GetPageSizeCached(); ReadFileToVector() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c_checks.h | 66 checkForPvallocOverflow(uptr Size,uptr PageSize) checkForPvallocOverflow() argument
|
H A D | primary32.h | 185 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 D | primary64.h | 84 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 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-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 366 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager() 392 uint64_t PageSize; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 12 uptr PageSize = GetPageSizeCached(); in Create() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 81 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 D | memprof_thread.cpp | 77 uptr PageSize = GetPageSizeCached(); in Create() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 186 size_t PageSize() { in PageSize() function
|
H A D | FuzzerUtilWindows.cpp | 227 size_t PageSize() { PageSize() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimpleRemoteEPCUtils.h | 47 uint64_t PageSize; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 198 if (auto PageSize = sys::Process::getPageSize()) in sendSetupMessage() local
|