Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_symbolizer_test.cc59 TEST(Symbolizer, DemangleSwiftAndCXX) { in TEST() argument
62 EXPECT_STREQ("_TtSd", DemangleSwiftAndCXX("_TtSd")); in TEST()
64 EXPECT_STREQ("f1(char*, int)", DemangleSwiftAndCXX("_Z2f1Pci")); in TEST()
65 EXPECT_STREQ("foo", DemangleSwiftAndCXX("foo")); in TEST()
66 EXPECT_STREQ("", DemangleSwiftAndCXX("")); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_mac.cc35 const char *demangled = DemangleSwiftAndCXX(info.dli_sname); in SymbolizePC()
44 const char *demangled = DemangleSwiftAndCXX(info.dli_sname); in SymbolizeData()
Dsanitizer_symbolizer_internal.h31 const char *DemangleSwiftAndCXX(const char *name);
Dsanitizer_symbolizer_posix_libcdep.cc97 const char *DemangleSwiftAndCXX(const char *name) { in DemangleSwiftAndCXX() function
407 return DemangleSwiftAndCXX(name); in PlatformDemangle()