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.cpp1027 uint32_t index = GetIndexOfInstructionAtAddress(address); in GetInstructionAtAddress()
1092 InstructionList::GetIndexOfInstructionAtAddress(const Address &address) { in GetIndexOfInstructionAtAddress() function in InstructionList
1109 return GetIndexOfInstructionAtAddress(address); in GetIndexOfInstructionAtLoadAddress()
H A DIOHandlerCursesGUI.cpp7123 ? 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.cpp1666 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc); in DoGuessValueAt()
H A DProcess.cpp6179 insn_list->GetIndexOfInstructionAtAddress(default_stop_addr); in AdvanceAddressToNextBranchInstruction()