9 #ifndef LLDB_API_SBINSTRUCTION_H
10 #define LLDB_API_SBINSTRUCTION_H
34 explicit operator bool()
const;
54 bool CanSetBreakpoint();
56 void Print(FILE *out);
60 void Print(FileSP out);
66 bool DumpEmulation(
const char *triple);
70 bool TestEmulation(
lldb::SBStream &output_stream,
const char *test_file);
76 const lldb::InstructionSP &inst_sp);
78 void SetOpaque(
const lldb::DisassemblerSP &disasm_sp,
79 const lldb::InstructionSP &inst_sp);
81 lldb::InstructionSP GetOpaque();
89 #endif // LLDB_API_SBINSTRUCTION_H