Searched refs:GetInstructionList (Results 1 – 17 of 17) sorted by relevance
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()
169 uint32_t num_insns = disasm_sp->GetInstructionList().GetSize(); in GetInstructionAtAddress()171 prev_insn = disasm_sp->GetInstructionList().GetInstructionAtIndex(0); in GetInstructionAtAddress()
280 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 Disassembler1145 const InstructionList &Disassembler::GetInstructionList() const { in GetInstructionList() function in Disassembler
157 disassembler_sp->GetInstructionList().Dump( in DumpInstructions()
7130 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()
282 ->GetInstructionList() in GetInstructionsForAddress()288 return &m_instruction_ranges[i]->GetInstructionList(); in GetInstructionsForAddress()
494 prev_symbol_info.disassembler->GetInstructionList() in CalculateDisass()503 disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass()518 disassembler ? disassembler->GetInstructionList().GetInstructionAtAddress( in CalculateDisass()
166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
1316 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()
6156 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()
469 InstructionList &GetInstructionList();471 const InstructionList &GetInstructionList() const;
191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
58 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
101 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
478 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
609 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
203 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()