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()1142 InstructionList &Disassembler::GetInstructionList() { in GetInstructionList() function in Disassembler1146 const InstructionList &Disassembler::GetInstructionList() const { in GetInstructionList() function in Disassembler
157 disassembler_sp->GetInstructionList().Dump( in DumpInstructions()
7129 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw()7266 return m_disassembly_sp->GetInstructionList().GetSize(); in GetNumDisassemblyLines()7349 const Instruction *inst = m_disassembly_sp->GetInstructionList() in WindowDelegateHandleChar()7508 const Instruction *inst = m_disassembly_sp->GetInstructionList() in ToggleBreakpointOnSelectedLine()
281 ->GetInstructionList() in GetInstructionsForAddress()287 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()
1324 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) { in GuessValueForAddress()1329 disassembler_sp->GetInstructionList().GetInstructionAtIndex(0); in GuessValueForAddress()1528 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc); in DoGuessValueAt()1539 disassembler.GetInstructionList().GetInstructionAtIndex(ii); in DoGuessValueAt()1703 if (!disassembler_sp || !disassembler_sp->GetInstructionList().GetSize()) { in GuessValueForRegisterAndOffset()
5955 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()
469 InstructionList &GetInstructionList();471 const InstructionList &GetInstructionList() const;
191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
56 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
477 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
613 disassembler_sp->GetInstructionList().Dump( in GetDisassembly()
101 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
203 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()