retdec
Classes | Namespaces
collector.h File Reference

Collects possible arguments and returns of functions. More...

#include <map>
#include <vector>
#include <llvm/IR/Instructions.h>
#include <llvm/IR/Module.h>
#include "retdec/bin2llvmir/analyses/reaching_definitions.h"
#include "retdec/bin2llvmir/optimizations/param_return/data_entries.h"
#include "retdec/bin2llvmir/providers/abi/abi.h"

Go to the source code of this file.

Classes

class  retdec::bin2llvmir::Collector
 
class  retdec::bin2llvmir::CollectorProvider
 

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Detailed Description

Collects possible arguments and returns of functions.