retdec
|
Classes | |
class | Address |
class | Architecture |
class | BasicBlock |
class | CallingConvention |
class | Class |
struct | ClassCompare |
class | FileFormat |
class | FileType |
class | Function |
struct | FunctionNameCompare |
struct | FunctionAddressCompare |
class | FunctionContainer |
class | FunctionSet |
class | Language |
class | LanguageContainer |
class | Object |
struct | ObjectCompare |
class | ObjectSequentialContainer |
class | ObjectSetContainer |
class | GlobalVarContainer |
class | Pattern |
class | InvalidRangeException |
class | Range |
class | RangeContainer |
class | Storage |
class | ToolInfo |
class | ToolInfoContainer |
class | Type |
class | VtableItem |
class | Vtable |
Typedefs | |
using | AddressRange = Range< Address > |
using | AddressRangeContainer = RangeContainer< Address > |
typedef CallingConvention::eCC | CallingConventionID |
using | ClassContainer = std::set< Class, ClassCompare > |
using | LineNumber = retdec::common::Address |
using | PatternContainer = std::vector< Pattern > |
using | TypeContainer = std::set< Type > |
using | VtableContainer = std::set< Vtable > |
Functions | |
AddressRange | stringToAddrRange (const std::string &r) |
std::ostream & | operator<< (std::ostream &out, const Address &a) |
std::ostream & | operator<< (std::ostream &out, const CallingConventionID &cc) |
std::ostream & | operator<< (std::ostream &out, const CallingConvention &cc) |
using retdec::common::AddressRange = typedef Range<Address> |
using retdec::common::AddressRangeContainer = typedef RangeContainer<Address> |
using retdec::common::ClassContainer = typedef std::set<Class, ClassCompare> |
using retdec::common::LineNumber = typedef retdec::common::Address |
using retdec::common::PatternContainer = typedef std::vector<Pattern> |
using retdec::common::TypeContainer = typedef std::set<Type> |
using retdec::common::VtableContainer = typedef std::set<Vtable> |
An associative container with virtual function tables' addresses as the key. See Vtable class for details.
std::ostream& retdec::common::operator<< | ( | std::ostream & | out, |
const Address & | a | ||
) |
std::ostream& retdec::common::operator<< | ( | std::ostream & | out, |
const CallingConvention & | cc | ||
) |
std::ostream& retdec::common::operator<< | ( | std::ostream & | out, |
const CallingConventionID & | cc | ||
) |
AddressRange retdec::common::stringToAddrRange | ( | const std::string & | r | ) |