Lines Matching defs:SBInstructionList
1 //===-- SBInstructionList.cpp ---------------------------------------------===//
9 #include "lldb/API/SBInstructionList.h"
24 SBInstructionList::SBInstructionList() { LLDB_INSTRUMENT_VA(this); }
26 SBInstructionList::SBInstructionList(const SBInstructionList &rhs)
31 const SBInstructionList &SBInstructionList::
32 operator=(const SBInstructionList &rhs) {
40 SBInstructionList::~SBInstructionList() = default;
42 bool SBInstructionList::IsValid() const {
46 SBInstructionList::operator bool() const {
52 size_t SBInstructionList::GetSize() {
60 SBInstruction SBInstructionList::GetInstructionAtIndex(uint32_t idx) {
71 size_t SBInstructionList::GetInstructionsCount(const SBAddress &start,
98 void SBInstructionList::Clear() {
104 void SBInstructionList::AppendInstruction(SBInstruction insn) {
108 void SBInstructionList::SetDisassembler(const lldb::DisassemblerSP &opaque_sp) {
112 void SBInstructionList::Print(FILE *out) {
120 void SBInstructionList::Print(SBFile out) {
128 void SBInstructionList::Print(FileSP out_sp) {
136 bool SBInstructionList::GetDescription(lldb::SBStream &stream) {
141 bool SBInstructionList::GetDescription(Stream &sref) {
187 bool SBInstructionList::DumpEmulationForAllInstructions(const char *triple) {