HomeSort by: relevance | last modified time | path
    Searched refs:DemangleSwiftAndCXX (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_symbolizer_test.cc 59 TEST(Symbolizer, DemangleSwiftAndCXX) {
62 EXPECT_STREQ("_TtSd", DemangleSwiftAndCXX("_TtSd"));
64 EXPECT_STREQ("f1(char*, int)", DemangleSwiftAndCXX("_Z2f1Pci"));
66 EXPECT_STREQ("foo", DemangleSwiftAndCXX("foo"));
68 EXPECT_STREQ("", DemangleSwiftAndCXX(""));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc 35 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
45 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
sanitizer_symbolizer_internal.h 32 const char *DemangleSwiftAndCXX(const char *name);
sanitizer_symbolizer_posix_libcdep.cc 99 const char *DemangleSwiftAndCXX(const char *name) {
446 return DemangleSwiftAndCXX(name);

Completed in 13 milliseconds