retdec
Namespaces | Functions
asm_instruction.cpp File Reference

Mapping of LLVM instructions to underlying ASM instructions. More...

#include <llvm/IR/Constants.h>
#include <llvm/IR/InstIterator.h>
#include "retdec/utils/container.h"
#include "retdec/utils/string.h"
#include "retdec/bin2llvmir/providers/asm_instruction.h"
#include "retdec/bin2llvmir/providers/names.h"
#include "retdec/bin2llvmir/utils/debug.h"
#include "retdec/bin2llvmir/utils/ir_modifier.h"
#include "retdec/bin2llvmir/utils/llvm.h"

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Functions

retdec::common::Address retdec::bin2llvmir::getBasicBlockAddressFromName (llvm::BasicBlock *b)
 
std::ostream & retdec::bin2llvmir::operator<< (std::ostream &out, const AsmInstruction &a)
 

Detailed Description

Mapping of LLVM instructions to underlying ASM instructions.