Abstract interface that the ICFG AnnotationManagers require. More...
#include <iostream>#include "IRHandles.hpp"

Go to the source code of this file.
Classes | |
| class | OA::ICFG::ICFGIRInterface |
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
| namespace | OA::ICFG |
Abstract interface that the ICFG AnnotationManagers require.
Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.
An ICFG AnnotationManager generates an ICFG representation of the program. The analysis engine within the ICFG AnnotationManager requires that the ICFGIRInterface be implemented so that queries can be made to the Source IR relevant to constructing call graphs.
Definition in file ICFGIRInterface.hpp.
1.7.1