Home
last modified time | relevance | path

Searched refs:GetControlFlowType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h107 GetControlFlowType(lldb::addr_t next_load_address) const;
H A DTraceCursorIntelPT.cpp98 return m_decoded_thread_sp->GetInstructions()[m_pos].GetControlFlowType( in GetInstructionControlFlowType()
H A DDecodedThread.cpp67 IntelPTInstruction::GetControlFlowType(lldb::addr_t next_load_address) const { in GetControlFlowType() function in IntelPTInstruction