HPCToolkit
Demangler.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

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

Functions

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

Typedef Documentation

◆ demangler_t

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

Definition at line 71 of file Demangler.hpp.

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: