retdec
pic32.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_PARAM_RETURN_COLLECTOR_PIC32_H
8 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_PARAM_RETURN_COLLECTOR_PIC32_H
9 
11 
12 namespace retdec {
13 namespace bin2llvmir {
14 
15 class CollectorPic32 : public Collector
16 {
17  public:
19 
20  public:
21  virtual void collectCallSpecificTypes(CallEntry* ce) const override;
22 };
23 
24 } // namespace bin2llvmir
25 } // namespace retdec
26 
27 #endif
Definition: data_entries.h:110
virtual void collectCallSpecificTypes(CallEntry *ce) const override
Definition: pic32.cpp:14
Definition: collector.h:24
Collector(const Abi *abi, llvm::Module *m, const ReachingDefinitionsAnalysis *rda)
Definition: collector.cpp:20
Collects possible arguments and returns of functions.
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19