Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Drelease-shadow.c22 …char *page = (char *)mmap(0, kPageSize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, 0, 0); in sync_rss() local
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp557 SecondLevelPage &page = secondLevelPages.back(); in finalize() local
653 for (const SecondLevelPage &page : secondLevelPages) { in writeTo() local
685 for (const SecondLevelPage &page : secondLevelPages) { in writeTo() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp122 uptr page = GetPageSizeCached(); in TEST() local
H A Dsanitizer_allocator_test.cpp1380 u32 page = RoundUpTo(current_free_range_start, page_size_scaled); in TestReleaseFreeMemoryToOS() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp170 int64_t page = (Value + Addend + 0x8000) & ~0xffff; in evaluateMIPS64Relocation() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_linux.cpp194 uptr page = internal_mmap(0, GetPageSizeCached(), PROT_READ | PROT_WRITE, in MapRodata() local
/llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/asan/
H A Dasan_win.cpp303 uptr page = RoundDownTo(addr, page_size); in ShadowExceptionHandler() local
/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.cpp327 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity), in AllocateTrampolineRegion() local
/llvm-project-15.0.7/lld/COFF/
H A DChunks.cpp912 BaserelChunk::BaserelChunk(uint32_t page, Baserel *begin, Baserel *end) { in BaserelChunk()
H A DWriter.cpp2045 uint32_t page = v[0].rva & mask; in addBaserelBlocks() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp946 for (uptr page = beg & page_mask, end = (beg + size - 1) & page_mask; in IsAccessibleMemoryRange() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1629 addr_t page; in GetMemoryRegionInfo() local