Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_symbolizer_test.cpp58 TEST(Symbolizer, DemangleSwiftAndCXX) { in TEST() argument
61 EXPECT_STREQ("_TtSd", DemangleSwiftAndCXX("_TtSd")); in TEST()
63 EXPECT_STREQ("f1(char*, int)", DemangleSwiftAndCXX("_Z2f1Pci")); in TEST()
65 EXPECT_STREQ("foo", DemangleSwiftAndCXX("foo")); in TEST()
67 EXPECT_STREQ("", DemangleSwiftAndCXX("")); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp44 const char *demangled = DemangleSwiftAndCXX(info.dli_sname); in SymbolizePC()
54 const char *demangled = DemangleSwiftAndCXX(info.dli_sname); in SymbolizeData()
H A Dsanitizer_symbolizer_internal.h32 const char *DemangleSwiftAndCXX(const char *name);
H A Dsanitizer_symbolizer_posix_libcdep.cpp86 const char *DemangleSwiftAndCXX(const char *name) { in DemangleSwiftAndCXX() function
407 return DemangleSwiftAndCXX(name); in PlatformDemangle()