mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
7fe00c08dd
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.
17 lines
322 B
C++
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"
|