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.cpp56 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp169 uint32_t num_insns = disasm_sp->GetInstructionList().GetSize(); in GetInstructionAtAddress()
171 prev_insn = disasm_sp->GetInstructionList().GetInstructionAtIndex(0); in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp280 size_t num_instructions_found = GetInstructionList().GetSize(); in PrintInstructions()
283 GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions()
324 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions()
373 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions()
1141 InstructionList &Disassembler::GetInstructionList() { in GetInstructionList() function in Disassembler
1145 const InstructionList &Disassembler::GetInstructionList() const { in GetInstructionList() function in Disassembler
H A DDumpDataExtractor.cpp157 disassembler_sp->GetInstructionList().Dump( in DumpInstructions()
H A DIOHandlerCursesGUI.cpp7130 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw()
7267 return m_disassembly_sp->GetInstructionList().GetSize(); in GetNumDisassemblyLines()
7350 const Instruction *inst = m_disassembly_sp->GetInstructionList() in WindowDelegateHandleChar()
7509 const Instruction *inst = m_disassembly_sp->GetInstructionList() in ToggleBreakpointOnSelectedLine()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp282 ->GetInstructionList() in GetInstructionsForAddress()
288 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.cpp166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
H A DStackFrame.cpp1316 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) { in GuessValueForAddress()
1321 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 DProcess.cpp6156 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h469 InstructionList &GetInstructionList();
471 const InstructionList &GetInstructionList() const;
/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.cpp58 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp101 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp478 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.cpp203 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()