Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp993 uint32_t index = GetIndexOfInstructionAtAddress(address); in GetInstructionAtAddress()
1058 InstructionList::GetIndexOfInstructionAtAddress(const Address &address) { in GetIndexOfInstructionAtAddress() function in InstructionList
1075 return GetIndexOfInstructionAtAddress(address); in GetIndexOfInstructionAtLoadAddress()
H A DIOHandlerCursesGUI.cpp7137 ? insts.GetIndexOfInstructionAtAddress(pc_address) in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h336 uint32_t GetIndexOfInstructionAtAddress(const Address &addr);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1521 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc); in DoGuessValueAt()
H A DProcess.cpp6163 insn_list->GetIndexOfInstructionAtAddress(default_stop_addr); in AdvanceAddressToNextBranchInstruction()