Home
last modified time | relevance | path

Searched refs:GetInstructionLoadAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp257 m_decoded_thread.GetInstructionLoadAddress(*last_insn_copy_index) != in TryIdentifyInfiniteLoop()
258 m_decoded_thread.GetInstructionLoadAddress(last_insn_index)) { in TryIdentifyInfiniteLoop()
279 if (m_decoded_thread.GetInstructionLoadAddress(insn_index_a) != in TryIdentifyInfiniteLoop()
280 m_decoded_thread.GetInstructionLoadAddress(insn_index_b)) in TryIdentifyInfiniteLoop()
H A DTraceCursorIntelPT.cpp103 return m_decoded_thread_sp->GetInstructionLoadAddress(m_pos); in GetLoadAddress()
H A DDecodedThread.h210 lldb::addr_t GetInstructionLoadAddress(uint64_t item_index) const;
H A DDecodedThread.cpp91 DecodedThread::GetInstructionLoadAddress(uint64_t item_index) const { in GetInstructionLoadAddress() function in DecodedThread