retdec
Classes | Namespaces
used_types_visitor.h File Reference

A visitor for obtaining the used types in the IR. More...

#include <cstddef>
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/llvmir2hll/support/visitors/ordered_all_visitor.h"
#include "retdec/utils/non_copyable.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::UsedTypes
 Used types in a module. More...
 
class  retdec::llvmir2hll::UsedTypesVisitor
 A visitor for obtaining the used types in the IR. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A visitor for obtaining the used types in the IR.