Skip to content
Snippets Groups Projects
Commit 6498c2bb authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated to return leaf funtions

parent 95f0092b
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,10 @@ namespace IRDB_SDK
DeepAnalysis_t(const DeepAnalysis_t& copy) = delete;
public:
virtual unique_ptr<FunctionSet_t > getLeafFunctions() const = 0;
virtual unique_ptr<DeadRegisterMap_t > getDeadRegisters() const = 0;
virtual unique_ptr<StaticGlobalStartMap_t > getStaticGlobalRanges() const = 0;
virtual unique_ptr<RangeSentinelSet_t > getRangeSentinels() const = 0;
virtual unique_ptr<RangeSentinelSet_t > getRangeSentinels() const = 0;
// factories
static unique_ptr<DeepAnalysis_t> factory(FileIR_t* firp, const AnalysisEngine_t& ae=aeSTARS, const vector<string>& options={});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment