retdec
|
Generate the current LLVM IR. More...
#include <llvm/Support/FileSystem.h>
#include <llvm/Support/ToolOutputFile.h>
#include "retdec/bin2llvmir/optimizations/writer_ll/writer_ll.h"
#include "retdec/bin2llvmir/providers/config.h"
Namespaces | |
retdec | |
retdec::bin2llvmir | |
Functions | |
static RegisterPass< LlvmIrWriter > | retdec::bin2llvmir::X ("retdec-write-ll", "Generate the current LLVM IR", false, false) |
std::unique_ptr< ToolOutputFile > | retdec::bin2llvmir::createAssemblyOutputFile (const std::string &outputFile) |
Generate the current LLVM IR.