| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 56 return m_opaque_sp->GetInstructionList().GetSize(); in GetSize() 64 if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize()) in GetInstructionAtIndex() 67 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(idx)); in GetInstructionAtIndex() 149 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription() 156 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(i).get(); in GetDescription()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.cpp | 169 uint32_t num_insns = disasm_sp->GetInstructionList().GetSize(); in GetInstructionAtAddress() 171 prev_insn = disasm_sp->GetInstructionList().GetInstructionAtIndex(0); in GetInstructionAtAddress()
|
| /llvm-project-15.0.7/lldb/unittests/Disassembler/ARM/ |
| H A D | TestArm64Disassembly.cpp | 65 const InstructionList inst_list (disass_sp->GetInstructionList()); in TEST_F()
|
| H A D | TestArmv7Disassembly.cpp | 73 const InstructionList inst_list (disass_sp->GetInstructionList()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 343 prev_symbol_info.disassembler->GetInstructionList() in CalculateDisass() 352 disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass() 366 disassembler ? disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass()
|
| H A D | ThreadPlanStepRange.cpp | 281 ->GetInstructionList() in GetInstructionsForAddress() 287 return &m_instruction_ranges[i]->GetInstructionList(); in GetInstructionsForAddress()
|
| H A D | ThreadPlanTracer.cpp | 166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
|
| H A D | StackFrame.cpp | 1318 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) { in GuessValueForAddress() 1323 disassembler_sp->GetInstructionList().GetInstructionAtIndex(0); in GuessValueForAddress() 1521 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc); in DoGuessValueAt() 1532 disassembler.GetInstructionList().GetInstructionAtIndex(ii); in DoGuessValueAt() 1696 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) { in GuessValueForRegisterAndOffset()
|
| H A D | Process.cpp | 5824 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()
|
| /llvm-project-15.0.7/lldb/unittests/Disassembler/x86/ |
| H A D | TestGetControlFlowKindx86.cpp | 134 const InstructionList inst_list(disass_sp->GetInstructionList()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Disassembler.cpp | 284 size_t num_instructions_found = GetInstructionList().GetSize(); in PrintInstructions() 287 GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions() 328 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions() 377 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions() 1138 InstructionList &Disassembler::GetInstructionList() { in GetInstructionList() function in Disassembler 1142 const InstructionList &Disassembler::GetInstructionList() const { in GetInstructionList() function in Disassembler
|
| H A D | DumpDataExtractor.cpp | 176 disassembler_sp->GetInstructionList().Dump( in DumpInstructions()
|
| H A D | IOHandlerCursesGUI.cpp | 7106 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw() 7241 return m_disassembly_sp->GetInstructionList().GetSize(); in GetNumDisassemblyLines() 7324 const Instruction *inst = m_disassembly_sp->GetInstructionList() in WindowDelegateHandleChar() 7481 const Instruction *inst = m_disassembly_sp->GetInstructionList() in ToggleBreakpointOnSelectedLine()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 465 InstructionList &GetInstructionList(); 467 const InstructionList &GetInstructionList() const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 55 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Function.cpp | 443 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
|
| H A D | Symbol.cpp | 562 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 103 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 202 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()
|