Files
revng-revng/include/revng/PipelineC/ForwardDeclarations.h
Alessandro Di Federico e2d9c50cf5 tmp
2022-11-15 16:46:41 +01:00

26 lines
946 B
C++

#pragma once
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "revng/Pipeline/Target.h"
#include "revng/Pipes/PipelineManager.h"
#include "revng/Support/ErrorList.h"
typedef revng::pipes::PipelineManager rp_manager;
typedef const pipeline::Kind rp_kind;
typedef const pipeline::Rank rp_rank;
typedef pipeline::Step rp_step;
typedef pipeline::ContainerSet::value_type rp_container;
typedef const pipeline::ContainerFactorySet::value_type rp_container_identifier;
typedef const pipeline::ContainerBase rp_container_type;
typedef const pipeline::Target rp_target;
typedef const pipeline::TargetsList rp_targets_list;
typedef const pipeline::AnalysisWrapperBase rp_analysis;
typedef const pipeline::PipeWrapper rp_pipe;
typedef const pipeline::DiffMap rp_diff_map;
typedef ErrorList rp_error_list;
typedef llvm::StringMap<std::string> rp_string_map;
typedef pipeline::InvalidationMap rp_invalidations;