HPCToolkit
Demangler.cpp File Reference
#include <cxxabi.h>
#include "Demangler.hpp"
Include dependency graph for Demangler.cpp:

Go to the source code of this file.

Functions

void hpctoolkit_demangler_set (demangler_t _demangle_fn)
 
char * hpctoolkit_demangle (const char *mangled_name, char *output_buffer, size_t *length, int *status)
 

Variables

static demangler_t demangle_fn = abi::__cxa_demangle
 

Function Documentation

◆ hpctoolkit_demangle()

char* hpctoolkit_demangle ( const char *  mangled_name,
char *  output_buffer,
size_t *  length,
int *  status 
)

Definition at line 100 of file Demangler.cpp.

Here is the caller graph for this function:

◆ hpctoolkit_demangler_set()

void hpctoolkit_demangler_set ( demangler_t  _demangle_fn)

Definition at line 93 of file Demangler.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ demangle_fn

demangler_t demangle_fn = abi::__cxa_demangle
static

Definition at line 85 of file Demangler.cpp.