Home
last modified time | relevance | path

Searched defs:mmap (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered/
H A Dmain.cpp29 std::unordered_multimap<int, std::string> mmap; main() local
/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.h63 #define mmap __llvm_profile_mmap macro
H A DWindowsMMap.c28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp156 void *mmap(void *addr, size_t length, int prot, int flags, int fd, in mmap() function
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp132 INTERCEPTOR(void *,mmap,void * addr,SIZE_T length,int prot,int flags,int fd,OFF_T offset) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp64 DECLARE__REAL_AND_INTERNAL64(uptr, mmap, void *addr, uptr /*size_t*/ length, in DECLARE__REAL_AND_INTERNAL64() argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp232 # define COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, length, prot, flags, \ argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp181 # define COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, length, prot, flags, \ argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1487 COMMON_INTERCEPTOR_MMAP_IMPL(ctx,mmap,addr,length,prot,flags,fd,offset) global() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2524 COMMON_INTERCEPTOR_MMAP_IMPL(ctx,mmap,addr,sz,prot,flags,fd,off) global() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2403 TEST(MemorySanitizer, mmap) { in TEST() argument