Home
last modified time | relevance | path

Searched refs:DecorateMapping (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp399 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 Dsanitizer_posix.h125 void DecorateMapping(uptr addr, uptr size, const char *name);
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp195 DecorateMapping((uptr)memory_usage_buffer, kMemoryUsageBufferSize, in InitMemoryUsage()