Searched refs:DecorateMapping (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix.cpp | 399 void DecorateMapping(uptr addr, uptr size, const char *name) { in DecorateMapping() function 405 void DecorateMapping(uptr addr, uptr size, const char *name) { in DecorateMapping() function 413 DecorateMapping(res, length, name); in MmapNamed()
|
| H A D | sanitizer_posix.h | 125 void DecorateMapping(uptr addr, uptr size, const char *name);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan.cpp | 195 DecorateMapping((uptr)memory_usage_buffer, kMemoryUsageBufferSize, in InitMemoryUsage()
|