#include <SBInstruction.h>
|  | 
|  | SBInstruction (const lldb::DisassemblerSP &disasm_sp, const lldb::InstructionSP &inst_sp) | 
|  | 
| void | SetOpaque (const lldb::DisassemblerSP &disasm_sp, const lldb::InstructionSP &inst_sp) | 
|  | 
| lldb::InstructionSP | GetOpaque () | 
|  | 
Definition at line 26 of file SBInstruction.h.
 
      
        
          | lldb::SBInstruction::SBInstruction | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBInstruction::~SBInstruction | ( |  | ) |  | 
      
 
 
  
  | 
        
          | lldb::SBInstruction::SBInstruction | ( | const lldb::DisassemblerSP & | disasm_sp, |  
          |  |  | const lldb::InstructionSP & | inst_sp |  
          |  | ) |  |  |  | protected | 
 
 
      
        
          | 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 | ) |  | 
      
 
 
  
  | 
        
          | lldb::InstructionSP lldb::SBInstruction::GetOpaque | ( |  | ) |  |  | protected | 
 
 
      
        
          | bool lldb::SBInstruction::HasDelaySlot | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBInstruction::IsValid | ( |  | ) |  | 
      
 
 
      
        
          | void lldb::SBInstruction::Print | ( | FILE * | out | ) |  | 
      
 
 
  
  | 
        
          | void lldb::SBInstruction::SetOpaque | ( | const lldb::DisassemblerSP & | disasm_sp, |  
          |  |  | const lldb::InstructionSP & | inst_sp |  
          |  | ) |  |  |  | protected | 
 
 
      
        
          | bool lldb::SBInstruction::TestEmulation | ( | lldb::SBStream & | output_stream, | 
        
          |  |  | const char * | test_file | 
        
          |  | ) |  |  | 
      
 
 
The documentation for this class was generated from the following file: