Files
revng-revng/lib/StackAnalysis/abidataflows-header.h
T
Alessandro Di Federico 7fe00c08dd Rewrite the stack and introduce the ABI analyses
This is a very large commit importing the reviewed (and heavily
simplified) stack analysis and the new ABI analysis, which provides
information on the calling convention of each function and so on.

For an overview of the new analyses please consult OVERVIEW.md.
2018-09-18 15:58:20 +02:00

17 lines
322 B
C++

#ifndef _ABIDATAFLOWS_H
#define _ABIDATAFLOWS_H
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
// This file has been automatically generated, please don't change it
// Standard includes
#include <cassert>
#include <cstdlib>
#include <ostream>
// Local includes
#include "debug.h"