Searched refs:mapImpl (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | mem_map_linux.h | 28 bool mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags = 0);
|
| H A D | mem_map_fuchsia.h | 26 bool mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
|
| H A D | mem_map.h | 37 bool mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags);
|
| H A D | mem_map.cpp | 15 bool MemMapDefault::mapImpl(uptr Addr, uptr Size, const char *Name, in mapImpl() function in scudo::MemMapDefault
|
| H A D | mem_map_linux.cpp | 81 bool MemMapLinux::mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mapImpl() function in scudo::MemMapLinux
|
| H A D | mem_map_base.h | 28 return invokeImpl(&Derived::mapImpl, Addr, Size, Name, Flags);
|
| H A D | mem_map_fuchsia.cpp | 96 bool MemMapFuchsia::mapImpl(UNUSED uptr Addr, uptr Size, const char *Name, in mapImpl() function in scudo::MemMapFuchsia
|