Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DTraceIntelPT.cpp86 const DecodedThread *decoded_thread = Decode(thread); in GetCursorPosition() local
87 if (!decoded_thread) in GetCursorPosition()
89 return decoded_thread->GetCursorPosition(); in GetCursorPosition()
96 const DecodedThread *decoded_thread = Decode(thread); in TraverseInstructions() local
97 if (!decoded_thread) in TraverseInstructions()
100 ArrayRef<IntelPTInstruction> instructions = decoded_thread->GetInstructions(); in TraverseInstructions()
110 if (const DecodedThread *decoded_thread = Decode(thread)) in GetInstructionCount() local
111 return decoded_thread->GetInstructions().size(); in GetInstructionCount()