Home
last modified time | relevance | path

Searched refs:Demangle (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Ddso.h55 static std::string Demangle(const std::string& name);
Ddso.cpp44 const std::string s = Dso::Demangle(name_); in DemangledName()
66 std::string Dso::Demangle(const std::string& name) { in Demangle() function in Dso