Home
last modified time | relevance | path

Searched refs:PlatformDemangle (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h191 const char *PlatformDemangle(const char *name);
H A Dsanitizer_symbolizer_win.cpp178 const char *Symbolizer::PlatformDemangle(const char *name) { in PlatformDemangle() function in __sanitizer::Symbolizer
H A Dsanitizer_symbolizer_posix_libcdep.cpp406 const char *Symbolizer::PlatformDemangle(const char *name) { in PlatformDemangle() function in __sanitizer::Symbolizer
H A Dsanitizer_symbolizer_libcdep.cpp168 return PlatformDemangle(name); in Demangle()