retdec
Classes | Namespaces
unified_var_renamer.h File Reference

A renamer of variable names which names the variables gX (global variables), aX (parameters), and vX (local variables). More...

#include <string>
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/var_renamer/var_renamer.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::UnifiedVarRenamer
 A renamer of variable names which names the variables gX (global variables), aX (parameters), and vX (local variables). More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A renamer of variable names which names the variables gX (global variables), aX (parameters), and vX (local variables).