Home
last modified time | relevance | path

Searched refs:GetIndexOfInstructionAtAddress (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp989 uint32_t index = GetIndexOfInstructionAtAddress(address); in GetInstructionAtAddress()
1054 InstructionList::GetIndexOfInstructionAtAddress(const Address &address) { in GetIndexOfInstructionAtAddress() function in InstructionList
1071 return GetIndexOfInstructionAtAddress(address); in GetIndexOfInstructionAtLoadAddress()
H A DIOHandlerCursesGUI.cpp7113 ? insts.GetIndexOfInstructionAtAddress(pc_address) in WindowDelegateDraw()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h332 uint32_t GetIndexOfInstructionAtAddress(const Address &addr);
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1521 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc); in DoGuessValueAt()
H A DProcess.cpp5831 insn_list->GetIndexOfInstructionAtAddress(default_stop_addr); in AdvanceAddressToNextBranchInstruction()