Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp208 using PtInsnDecoderUP = typedef
211 static Expected<PtInsnDecoderUP>
235 return PtInsnDecoderUP(decoder_ptr, DecoderDeleter); in CreateInstructionDecoder()
238 static Error SetupMemoryImage(PtInsnDecoderUP &decoder_up, Process &process) { in SetupMemoryImage()
251 Expected<PtInsnDecoderUP> decoder_up = in DecodeSingleTraceForThread()
271 Expected<PtInsnDecoderUP> decoder_up = in DecodeSystemWideTraceForThread()
382 Expected<PtInsnDecoderUP> decoder_up = in SplitTraceInContinuousExecutions()
413 Expected<PtInsnDecoderUP> decoder_up = in FindLowestTSCInTrace()