ΒΆstd::string demangle(
    const std::string& MangledName)

Description

Attempt to demangle a string using different demangling schemes. The function uses heuristics to determine which demangling scheme to use.

Declared at: llvm/include/llvm/Demangle/Demangle.h:51

Parameters

const std::string& MangledName
- reference to string to demangle.

Returns

- the demangled string, or a copy of the input string if no demangling occurred.