retdec
|
#include <simple_types.h>
Public Member Functions | |
TypeEntry (llvm::Type *t=nullptr, eSourcePriority p=eSourcePriority::PRIORITY_NONE) | |
bool | operator== (const TypeEntry &o) const |
bool | operator< (const TypeEntry &o) const |
std::size_t | hash () const |
Public Attributes | |
llvm::Type * | type = nullptr |
eSourcePriority | priority = eSourcePriority::PRIORITY_NONE |
Friends | |
std::ostream & | operator<< (std::ostream &out, const TypeEntry &te) |
Entry representing one data type in EqSet
.
retdec::bin2llvmir::TypeEntry::TypeEntry | ( | llvm::Type * | t = nullptr , |
eSourcePriority | p = eSourcePriority::PRIORITY_NONE |
||
) |
std::size_t retdec::bin2llvmir::TypeEntry::hash | ( | ) | const |
bool retdec::bin2llvmir::TypeEntry::operator< | ( | const TypeEntry & | o | ) | const |
bool retdec::bin2llvmir::TypeEntry::operator== | ( | const TypeEntry & | o | ) | const |
|
friend |
eSourcePriority retdec::bin2llvmir::TypeEntry::priority = eSourcePriority::PRIORITY_NONE |
llvm::Type* retdec::bin2llvmir::TypeEntry::type = nullptr |