retdec
Classes | Namespaces
variables_manager.h File Reference

Managing of local variables created during conversion of LLVM functions to BIR. More...

#include <unordered_map>
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/llvmir2hll/var_name_gen/var_name_gen.h"
#include "retdec/utils/non_copyable.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::VariablesManager
 Managing of local variables created during conversion of LLVM functions to BIR. More...
 

Namespaces

 llvm
 
 retdec
 
 retdec::llvmir2hll
 

Detailed Description

Managing of local variables created during conversion of LLVM functions to BIR.