Files
revng-revng/include/revng/Yield/SVG.h
2022-06-15 15:52:26 +03:00

27 lines
406 B
C++

#pragma once
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include <string>
class MetaAddress;
namespace model {
class Binary;
}
namespace yield {
class Function;
}
namespace yield {
namespace svg {
std::string controlFlow(const yield::Function &InternalFunction,
const model::Binary &Binary);
} // namespace svg
} // namespace yield