mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Pipeline: reworked cpp container types
This commit is contained in:
committed by
massimofioravanti
parent
48104c404b
commit
f1852166ab
@@ -14,14 +14,13 @@
|
||||
|
||||
namespace revng::pipes {
|
||||
|
||||
static RegisterFunctionStringMap DecompiledYAML("DecompiledCCodeInYAML",
|
||||
"application/"
|
||||
"x.yaml.c.decompiled",
|
||||
kinds::DecompiledToYAML);
|
||||
static RegisterFunctionStringMap<DecompiledCCodeInYAMLStringMap> Reg("Decompile"
|
||||
"dCCodeInY"
|
||||
"AML");
|
||||
|
||||
void CDecompilation::run(const pipeline::Context &Ctx,
|
||||
pipeline::LLVMContainer &IRContainer,
|
||||
FunctionStringMap &DecompiledFunctions) {
|
||||
DecompiledCCodeInYAMLStringMap &DecompiledFunctions) {
|
||||
|
||||
llvm::Module &Module = IRContainer.getModule();
|
||||
const model::Binary &Model = *getModelFromContext(Ctx);
|
||||
|
||||
Reference in New Issue
Block a user