reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Disassembler.h
  267   size_t GetSize() const;

References

tools/lldb/source/API/SBInstructionList.cpp
   61     return m_opaque_sp->GetInstructionList().GetSize();
   70   if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize())
tools/lldb/source/Core/Disassembler.cpp
  391   size_t num_instructions_found = disasm_ptr->GetInstructionList().GetSize();
 1253   return m_instruction_list.GetSize();
tools/lldb/source/Core/IOHandler.cpp
 4234       return m_disassembly_sp->GetInstructionList().GetSize();
tools/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
  177     uint32_t num_insns = disasm_sp->GetInstructionList().GetSize();
  234     if (inst_to_choose > instruction_list.GetSize())
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  100       const size_t num_instructions = inst_list.GetSize();
tools/lldb/source/Target/StackFrame.cpp
 1334   if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) {
 1716   if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) {
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  328       uint32_t last_index = instructions->GetSize() - 1;
tools/lldb/source/Target/ThreadPlanTracer.cpp
  168       if (instruction_list.GetSize()) {
tools/lldb/unittests/Disassembler/TestArm64Disassembly.cpp
   67     EXPECT_EQ (num_of_instructions, inst_list.GetSize());
tools/lldb/unittests/Disassembler/TestArmv7Disassembly.cpp
   75     EXPECT_EQ (num_of_instructions, inst_list.GetSize());