Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DIntelPTDecoder.cpp47 int errcode_off = pt_insn_get_offset(&decoder, &decoder_offset); in FindNextSynchronizationPoint() local
48 if (errcode_off >= 0) { // we could get the offset in FindNextSynchronizationPoint()
55 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
56 if (errcode_off < 0) in FindNextSynchronizationPoint()