Searched refs:DecorateMapping (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cpp | 379 void DecorateMapping(uptr addr, uptr size, const char *name) { in DecorateMapping() function 385 void DecorateMapping(uptr addr, uptr size, const char *name) { in DecorateMapping() function 393 DecorateMapping(res, length, name); in MmapNamed()
|
D | sanitizer_posix.h | 120 void DecorateMapping(uptr addr, uptr size, const char *name);
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan.cpp | 165 DecorateMapping((uptr)memory_usage_buffer, kMemoryUsageBufferSize, in InitMemoryUsage()
|