Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/Disassembler/ARM/
H A DTestArm64Disassembly.cpp65 const InstructionList inst_list (disass_sp->GetInstructionList()); in TEST_F()
H A DTestArmv7Disassembly.cpp73 const InstructionList inst_list (disass_sp->GetInstructionList()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp343 prev_symbol_info.disassembler->GetInstructionList() in CalculateDisass()
352 disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass()
366 disassembler ? disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass()
H A DThreadPlanStepRange.cpp281 ->GetInstructionList() in GetInstructionsForAddress()
287 return &m_instruction_ranges[i]->GetInstructionList(); in GetInstructionsForAddress()
H A DThreadPlanTracer.cpp166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
H A DStackFrame.cpp1318 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 DProcess.cpp5824 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()
/llvm-project-15.0.7/lldb/unittests/Disassembler/x86/
H A DTestGetControlFlowKindx86.cpp134 const InstructionList inst_list(disass_sp->GetInstructionList()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp284 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 DDumpDataExtractor.cpp176 disassembler_sp->GetInstructionList().Dump( in DumpInstructions()
H A DIOHandlerCursesGUI.cpp7106 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 DDisassembler.h465 InstructionList &GetInstructionList();
467 const InstructionList &GetInstructionList() const;
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp55 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp443 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
H A DSymbol.cpp562 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp103 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp202 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()