#include <SBInstruction.h>
Protected Member Functions |
| SBInstruction (const lldb::InstructionSP &inst_sp) |
void | SetOpaque (const lldb::InstructionSP &inst_sp) |
Detailed Description
Definition at line 23 of file SBInstruction.h.
Constructor & Destructor Documentation
lldb::SBInstruction::SBInstruction |
( |
| ) |
|
lldb::SBInstruction::~SBInstruction |
( |
| ) |
|
lldb::SBInstruction::SBInstruction |
( |
const lldb::InstructionSP & |
inst_sp | ) |
|
|
protected |
Member Function Documentation
bool lldb::SBInstruction::DoesBranch |
( |
| ) |
|
bool lldb::SBInstruction::DumpEmulation |
( |
const char * |
triple | ) |
|
bool lldb::SBInstruction::EmulateWithFrame |
( |
lldb::SBFrame & |
frame, |
|
|
uint32_t |
evaluate_options |
|
) |
| |
SBAddress lldb::SBInstruction::GetAddress |
( |
| ) |
|
lldb::AddressClass lldb::SBInstruction::GetAddressClass |
( |
| ) |
|
size_t lldb::SBInstruction::GetByteSize |
( |
| ) |
|
bool lldb::SBInstruction::GetDescription |
( |
lldb::SBStream & |
description | ) |
|
bool lldb::SBInstruction::IsValid |
( |
| ) |
|
void lldb::SBInstruction::Print |
( |
FILE * |
out | ) |
|
void lldb::SBInstruction::SetOpaque |
( |
const lldb::InstructionSP & |
inst_sp | ) |
|
|
protected |
bool lldb::SBInstruction::TestEmulation |
( |
lldb::SBStream & |
output_stream, |
|
|
const char * |
test_file |
|
) |
| |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: