HPCToolkit
BinUtil Namespace Reference

Namespaces

 Dbg
 

Classes

class  CISCInsn
 
class  cstring_compare
 
class  Exception
 
class  Exe
 
class  Insn
 
class  LM
 
class  name_set
 
class  NoReturns
 
class  Proc
 
class  ProcInsnIterator
 
class  RISCInsn
 
class  Seg
 
class  TextSeg
 
class  VLIWInsn
 

Functions

string canonicalizeProcName (const std::string &name, ProcNameMgr *procNameMgr)
 
string demangleProcName (const std::string &name)
 

Variables

name_set noreturn_fn_names
 

Function Documentation

◆ canonicalizeProcName()

std::string BinUtil::canonicalizeProcName ( const std::string &  name,
ProcNameMgr procNameMgr 
)

Definition at line 69 of file BinUtils.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ demangleProcName()

std::string BinUtil::demangleProcName ( const std::string &  name)

Definition at line 86 of file BinUtils.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ noreturn_fn_names

name_set BinUtil::noreturn_fn_names

Definition at line 154 of file LM.cpp.