Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp52 uint64_t new_decoder_offset = 0; in FindNextSynchronizationPoint() local
53 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
56 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
65 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp52 uint64_t new_decoder_offset = 0; in FindNextSynchronizationPoint() local
53 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
56 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
65 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp52 uint64_t new_decoder_offset = 0; in FindNextSynchronizationPoint() local
53 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
56 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
65 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp54 uint64_t new_decoder_offset = 0; in FindNextSynchronizationPoint() local
55 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
58 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
67 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp54 uint64_t new_decoder_offset = 0; in FindNextSynchronizationPoint() local
55 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
58 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
67 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp54 uint64_t new_decoder_offset = 0; in FindNextSynchronizationPoint() local
55 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
58 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
67 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp54 uint64_t new_decoder_offset = 0; in FindNextSynchronizationPoint() local
55 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset); in FindNextSynchronizationPoint()
58 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
67 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp54 uint64_t new_decoder_offset = 0;
55 errcode_off = pt_insn_get_offset(&decoder, &new_decoder_offset);
58 else if (new_decoder_offset <= decoder_offset) {
67 decoder_offset = new_decoder_offset;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp608 uint64_t new_decoder_offset = 0; in DecodeTrace() local
609 errcode_off = pt_insn_get_offset(decoder, &new_decoder_offset); in DecodeTrace()
616 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
625 pt_errstr(pt_errcode(errcode)), new_decoder_offset); in DecodeTrace()
627 decoder_offset = new_decoder_offset; in DecodeTrace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp661 uint64_t new_decoder_offset = 0; in DecodeTrace() local
662 errcode_off = pt_insn_get_offset(decoder, &new_decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
675 AppendErrorWithOffsetToInstructionList(errcode, new_decoder_offset, in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp661 uint64_t new_decoder_offset = 0; in DecodeTrace() local
662 errcode_off = pt_insn_get_offset(decoder, &new_decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
675 AppendErrorWithOffsetToInstructionList(errcode, new_decoder_offset, in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp661 uint64_t new_decoder_offset = 0; in DecodeTrace() local
662 errcode_off = pt_insn_get_offset(decoder, &new_decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
675 AppendErrorWithOffsetToInstructionList(errcode, new_decoder_offset, in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp661 uint64_t new_decoder_offset = 0; in DecodeTrace() local
662 errcode_off = pt_insn_get_offset(decoder, &new_decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
675 AppendErrorWithOffsetToInstructionList(errcode, new_decoder_offset, in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()