Searched refs:mangled (Results 1 – 5 of 5) sorted by relevance
17 char* GetDemangleSymbolIndex(const char* mangled) in GetDemangleSymbolIndex() argument20 auto demangle = abi::__cxa_demangle(mangled, nullptr, nullptr, &status); in GetDemangleSymbolIndex()22 return const_cast<char*>(mangled); in GetDemangleSymbolIndex()
23 char* GetDemangleSymbolIndex(const char* mangled);
80 const char* GetDemangleSymbolIndex(const char* mangled) in GetDemangleSymbolIndex() argument83 auto demangle = abi::__cxa_demangle(mangled, nullptr, nullptr, &status); in GetDemangleSymbolIndex()85 return mangled; in GetDemangleSymbolIndex()
31 const char* GetDemangleSymbolIndex(const char* mangled);
70 // function symbol table of the file (always mangled).