Lines Matching defs:SBInstruction
1 //===-- SBInstruction.cpp -------------------------------------------------===//
9 #include "lldb/API/SBInstruction.h"
16 #include "lldb/API/SBInstruction.h"
39 // 1 lldb::SBInstruction inst;
47 // answer questions about itself. So we make sure that any SBInstruction
69 SBInstruction::SBInstruction() { LLDB_INSTRUMENT_VA(this); }
71 SBInstruction::SBInstruction(const lldb::DisassemblerSP &disasm_sp,
75 SBInstruction::SBInstruction(const SBInstruction &rhs)
80 const SBInstruction &SBInstruction::operator=(const SBInstruction &rhs) {
88 SBInstruction::~SBInstruction() = default;
90 bool SBInstruction::IsValid() {
94 SBInstruction::operator bool() const {
100 SBAddress SBInstruction::GetAddress() {
110 const char *SBInstruction::GetMnemonic(SBTarget target) {
129 const char *SBInstruction::GetOperands(SBTarget target) {
148 const char *SBInstruction::GetComment(SBTarget target) {
167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) {
186 size_t SBInstruction::GetByteSize() {
195 SBData SBInstruction::GetData(SBTarget target) {
209 bool SBInstruction::DoesBranch() {
218 bool SBInstruction::HasDelaySlot() {
227 bool SBInstruction::CanSetBreakpoint() {
236 lldb::InstructionSP SBInstruction::GetOpaque() {
243 void SBInstruction::SetOpaque(const lldb::DisassemblerSP &disasm_sp,
248 bool SBInstruction::GetDescription(lldb::SBStream &s) {
270 void SBInstruction::Print(FILE *outp) {
276 void SBInstruction::Print(SBFile out) {
281 void SBInstruction::Print(FileSP out_sp) {
303 bool SBInstruction::EmulateWithFrame(lldb::SBFrame &frame,
328 bool SBInstruction::DumpEmulation(const char *triple) {
338 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream,