Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp245 if (!m_decoded_thread.hasValue()) in Decode()
246 m_decoded_thread = DoDecode(); in Decode()
247 return *m_decoded_thread; in Decode()
H A DIntelPTDecoder.h46 llvm::Optional<DecodedThreadSP> m_decoded_thread; variable