Home
last modified time | relevance | path

Searched refs:mangled (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/base/
Dstring_help.cpp17 char* GetDemangleSymbolIndex(const char* mangled) in GetDemangleSymbolIndex() argument
20 auto demangle = abi::__cxa_demangle(mangled, nullptr, nullptr, &status); in GetDemangleSymbolIndex()
22 return const_cast<char*>(mangled); in GetDemangleSymbolIndex()
Dstring_help.h23 char* GetDemangleSymbolIndex(const char* mangled);
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dstring_help.cpp80 const char* GetDemangleSymbolIndex(const char* mangled) in GetDemangleSymbolIndex() argument
83 auto demangle = abi::__cxa_demangle(mangled, nullptr, nullptr, &status); in GetDemangleSymbolIndex()
85 return mangled; in GetDemangleSymbolIndex()
Dstring_help.h31 const char* GetDemangleSymbolIndex(const char* mangled);
/developtools/hiperf/proto/
Dreport_sample.proto70 // function symbol table of the file (always mangled).