Home
last modified time | relevance | path

Searched defs:page (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libc/test/src/sys/mman/linux/
H A Dmsync_test.cpp46 ASSERT_TRUE(page.is_valid()); in TEST() local
57 PageHolder page; TEST() local
64 PageHolder page; TEST() local
[all...]
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Drelease-shadow.c24 …char *page = (char *)mmap(0, kPageSize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, 0, 0); in sync_rss() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Drelease_to_os_test.cpp32 char *page = in sync_rss() local
/llvm-project/libc/test/src/string/
H A Dmemcpy_test.cpp47 // We fetch page B in write mode. in TEST() local
/llvm-project/libc/test/src/string/memory_utils/
H A Dprotected_pages.h90 template <size_t index> LIBC_INLINE uint8_t *page() const { in page() function
/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp566 SecondLevelPage &page = secondLevelPages.back(); in finalize() local
664 for (const SecondLevelPage &page : secondLevelPages) { writeTo() local
697 for (const SecondLevelPage &page : secondLevelPages) { writeTo() local
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp122 uptr page = GetPageSizeCached(); in TEST() local
H A Dsanitizer_allocator_test.cpp1391 u32 page = RoundUpTo(current_free_range_start, page_size_scaled); TestReleaseFreeMemoryToOS() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp170 int64_t page = (Value + Addend + 0x8000) & ~0xffff; in evaluateMIPS64Relocation() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp182 uptr page = internal_mmap(0, GetPageSizeCached(), PROT_READ | PROT_WRITE, in MapRodata() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp310 uptr page = RoundDownTo(addr, page_size); in ShadowExceptionHandler() local
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp357 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity), AllocateTrampolineRegion() local
/llvm-project/lld/COFF/
H A DChunks.cpp989 BaserelChunk(uint32_t page,Baserel * begin,Baserel * end) BaserelChunk() argument
[all...]
H A DWriter.cpp2366 uint32_t page = v[0].rva & mask; addBaserelBlocks() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp958 for (uptr page = beg & page_mask, end = (beg + size - 1) & page_mask; IsAccessibleMemoryRange() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1653 addr_t page; GetMemoryRegionInfo() local