|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Core/Disassembler.h 458 InstructionList &GetInstructionList();
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())
73 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(idx));
159 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize();
166 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(i).get();
tools/lldb/source/Core/Disassembler.cpp 391 size_t num_instructions_found = disasm_ptr->GetInstructionList().GetSize();
397 disasm_ptr->GetInstructionList().GetMaxOpcocdeByteSize();
439 disasm_ptr->GetInstructionList().GetInstructionAtIndex(i).get();
489 disasm_ptr->GetInstructionList().GetInstructionAtIndex(i).get();
tools/lldb/source/Core/DumpDataExtractor.cpp 179 disassembler_sp->GetInstructionList().Dump(s, show_address,
tools/lldb/source/Core/IOHandler.cpp 4102 InstructionList &insts = m_disassembly_sp->GetInstructionList();
4234 return m_disassembly_sp->GetInstructionList().GetSize();
4308 const Instruction *inst = m_disassembly_sp->GetInstructionList()
4345 const Instruction *inst = m_disassembly_sp->GetInstructionList()
tools/lldb/source/Expression/IRExecutionUnit.cpp 198 InstructionList &instruction_list = disassembler_sp->GetInstructionList();
tools/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp 177 uint32_t num_insns = disasm_sp->GetInstructionList().GetSize();
179 prev_insn = disasm_sp->GetInstructionList().GetInstructionAtIndex(0);
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp 201 InstructionList *insn_list = &disassembler_sp->GetInstructionList();
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp 99 const InstructionList &inst_list = disasm_sp->GetInstructionList();
tools/lldb/source/Symbol/Function.cpp 400 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes,
tools/lldb/source/Symbol/Symbol.cpp 560 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes,
tools/lldb/source/Target/Process.cpp 5791 insn_list = &disassembler_sp->GetInstructionList();
tools/lldb/source/Target/StackFrame.cpp 1334 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) {
1339 disassembler_sp->GetInstructionList().GetInstructionAtIndex(0);
1540 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc);
1551 disassembler.GetInstructionList().GetInstructionAtIndex(ii);
1716 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) {
tools/lldb/source/Target/ThreadPlanStepRange.cpp 273 ->GetInstructionList()
279 return &m_instruction_ranges[i]->GetInstructionList();
tools/lldb/source/Target/ThreadPlanTracer.cpp 164 InstructionList &instruction_list = disassembler->GetInstructionList();
tools/lldb/unittests/Disassembler/TestArm64Disassembly.cpp 66 const InstructionList inst_list (disass_sp->GetInstructionList());
tools/lldb/unittests/Disassembler/TestArmv7Disassembly.cpp 74 const InstructionList inst_list (disass_sp->GetInstructionList());