ROSE 0.11.145.147
|
Return type for thunk detectors.
Returns the number of instructions in the thunk, and the name of the pattern that matched those instructions. If no thunk is detected then the size will be zero and the string is empty.
#include <Rose/BinaryAnalysis/Partitioner2/Thunk.h>
Public Member Functions | |
ThunkDetection () | |
Constructor for detecting no thunk. | |
ThunkDetection (size_t nInsns, const std::string &name) | |
Constructor for a detected thunk. | |
operator unspecified_bool () const | |
Public Attributes | |
size_t | nInsns |
Number of instructions that are part of the thunk. | |
std::string | name |
Name of the pattern that matched the instructions. | |
|
inline |
|
inline |
|
inline |
size_t Rose::BinaryAnalysis::Partitioner2::ThunkDetection::nInsns |
std::string Rose::BinaryAnalysis::Partitioner2::ThunkDetection::name |