retdec
|
Debugging utilities. More...
#include <fstream>
#include <llvm/IR/CFG.h>
#include <llvm/IR/Instruction.h>
#include <llvm/IR/Instructions.h>
#include <llvm/IR/Value.h>
#include <llvm/Support/Casting.h>
#include "retdec/bin2llvmir/providers/asm_instruction.h"
#include "retdec/bin2llvmir/providers/names.h"
#include "retdec/bin2llvmir/utils/debug.h"
#include "retdec/common/address.h"
Namespaces | |
retdec | |
retdec::bin2llvmir | |
Functions | |
std::string | retdec::bin2llvmir::llvmObjToString (const llvm::Module *t) |
void | retdec::bin2llvmir::dumpModuleToFile (const llvm::Module *m, fs::path dirName, const std::string &fileName="") |
void | retdec::bin2llvmir::dumpControFlowToJson (llvm::Module *m, fs::path dirName, const std::string &fileName="control-flow.json") |
Debugging utilities.