Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cpp379 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()
Dsanitizer_posix.h120 void DecorateMapping(uptr addr, uptr size, const char *name);
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp165 DecorateMapping((uptr)memory_usage_buffer, kMemoryUsageBufferSize, in InitMemoryUsage()