retdec
Namespaces | Functions
writer_bc.cpp File Reference

Generate the current bitcode. More...

#include <llvm/Bitcode/BitcodeWriter.h>
#include <llvm/Support/FileSystem.h>
#include <llvm/Support/ToolOutputFile.h>
#include "retdec/bin2llvmir/optimizations/writer_bc/writer_bc.h"
#include "retdec/bin2llvmir/providers/config.h"

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Functions

static RegisterPass< BitcodeWriter > retdec::bin2llvmir::X ("retdec-write-bc", "Generate the current bitcode", false, false)
 
std::unique_ptr< ToolOutputFile > retdec::bin2llvmir::createBitcodeOutputFile (const std::string &outputFile)
 

Detailed Description

Generate the current bitcode.