Home
last modified time | relevance | path

Searched refs:GetInstructionList (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp58 return m_opaque_sp->GetInstructionList().GetSize(); in GetSize()
66 if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize()) in GetInstructionAtIndex()
69 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(idx)); in GetInstructionAtIndex()
159 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription()
170 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(i).get(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp168 uint32_t num_insns = disasm_sp->GetInstructionList().GetSize(); in GetInstructionAtAddress()
170 prev_insn = disasm_sp->GetInstructionList().GetInstructionAtIndex(0); in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp289 size_t num_instructions_found = GetInstructionList().GetSize(); in PrintInstructions()
292 GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions()
333 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions()
382 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions()
1173 InstructionList &Disassembler::GetInstructionList() { in GetInstructionList() function in Disassembler
1177 const InstructionList &Disassembler::GetInstructionList() const { in GetInstructionList() function in Disassembler
H A DDumpDataExtractor.cpp158 disassembler_sp->GetInstructionList().Dump( in DumpInstructions()
H A DIOHandlerCursesGUI.cpp7116 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw()
7253 return m_disassembly_sp->GetInstructionList().GetSize(); in GetNumDisassemblyLines()
7336 const Instruction *inst = m_disassembly_sp->GetInstructionList() in WindowDelegateHandleChar()
7496 const Instruction *inst = m_disassembly_sp->GetInstructionList() in ToggleBreakpointOnSelectedLine()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h475 InstructionList &GetInstructionList();
477 const InstructionList &GetInstructionList() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp286 ->GetInstructionList() in GetInstructionsForAddress()
292 return &m_instruction_ranges[i]->GetInstructionList(); in GetInstructionsForAddress()
H A DTraceDumper.cpp494 prev_symbol_info.disassembler->GetInstructionList() in CalculateDisass()
503 disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass()
518 disassembler ? disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass()
H A DThreadPlanTracer.cpp167 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
H A DStackFrame.cpp1454 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) { in GuessValueForAddress()
1459 disassembler_sp->GetInstructionList().GetInstructionAtIndex(0); in GuessValueForAddress()
1666 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc); in DoGuessValueAt()
1677 disassembler.GetInstructionList().GetInstructionAtIndex(ii); in DoGuessValueAt()
1840 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) { in GuessValueForRegisterAndOffset()
H A DProcess.cpp6172 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp61 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp105 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp489 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
H A DSymbol.cpp609 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp201 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()