Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp44 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
45 int errcode_off = pt_insn_get_offset(&decoder, &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.cpp44 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
45 int errcode_off = pt_insn_get_offset(&decoder, &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.cpp44 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
45 int errcode_off = pt_insn_get_offset(&decoder, &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.cpp46 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
47 int errcode_off = pt_insn_get_offset(&decoder, &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.cpp46 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
47 int errcode_off = pt_insn_get_offset(&decoder, &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.cpp46 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
47 int errcode_off = pt_insn_get_offset(&decoder, &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.cpp46 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
47 int errcode_off = pt_insn_get_offset(&decoder, &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.cpp46 uint64_t decoder_offset = 0;
47 int errcode_off = pt_insn_get_offset(&decoder, &decoder_offset);
58 else if (new_decoder_offset <= decoder_offset) {
67 decoder_offset = new_decoder_offset;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp568 int errcode, uint64_t decoder_offset, Instructions &instruction_list, in AppendErrorWithOffsetToInstructionList() argument
573 pt_errstr(pt_errcode(errcode)), decoder_offset); in AppendErrorWithOffsetToInstructionList()
587 uint64_t decoder_offset = 0; in AppendErrorToInstructionList() local
588 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in AppendErrorToInstructionList()
594 AppendErrorWithOffsetToInstructionList(errcode, decoder_offset, in AppendErrorToInstructionList()
626 uint64_t decoder_offset = 0; in DecodeTrace() local
641 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in DecodeTrace()
651 pt_errstr(pt_errcode(errcode)), decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
H A DDecoder.h257 uint64_t decoder_offset,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp568 int errcode, uint64_t decoder_offset, Instructions &instruction_list, in AppendErrorWithOffsetToInstructionList() argument
573 pt_errstr(pt_errcode(errcode)), decoder_offset); in AppendErrorWithOffsetToInstructionList()
587 uint64_t decoder_offset = 0; in AppendErrorToInstructionList() local
588 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in AppendErrorToInstructionList()
594 AppendErrorWithOffsetToInstructionList(errcode, decoder_offset, in AppendErrorToInstructionList()
626 uint64_t decoder_offset = 0; in DecodeTrace() local
641 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in DecodeTrace()
651 pt_errstr(pt_errcode(errcode)), decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
H A DDecoder.h257 uint64_t decoder_offset,
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp568 int errcode, uint64_t decoder_offset, Instructions &instruction_list, in AppendErrorWithOffsetToInstructionList() argument
573 pt_errstr(pt_errcode(errcode)), decoder_offset); in AppendErrorWithOffsetToInstructionList()
587 uint64_t decoder_offset = 0; in AppendErrorToInstructionList() local
588 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in AppendErrorToInstructionList()
594 AppendErrorWithOffsetToInstructionList(errcode, decoder_offset, in AppendErrorToInstructionList()
626 uint64_t decoder_offset = 0; in DecodeTrace() local
641 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in DecodeTrace()
651 pt_errstr(pt_errcode(errcode)), decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
H A DDecoder.h257 uint64_t decoder_offset,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp568 int errcode, uint64_t decoder_offset, Instructions &instruction_list, in AppendErrorWithOffsetToInstructionList() argument
573 pt_errstr(pt_errcode(errcode)), decoder_offset); in AppendErrorWithOffsetToInstructionList()
587 uint64_t decoder_offset = 0; in AppendErrorToInstructionList() local
588 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in AppendErrorToInstructionList()
594 AppendErrorWithOffsetToInstructionList(errcode, decoder_offset, in AppendErrorToInstructionList()
626 uint64_t decoder_offset = 0; in DecodeTrace() local
641 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in DecodeTrace()
651 pt_errstr(pt_errcode(errcode)), decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
H A DDecoder.h257 uint64_t decoder_offset,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/intel-features/intel-pt/
H A DDecoder.cpp571 uint64_t decoder_offset = 0; in DecodeTrace() local
586 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in DecodeTrace()
598 pt_errstr(pt_errcode(errcode)), decoder_offset); in DecodeTrace()
616 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
627 decoder_offset = new_decoder_offset; in DecodeTrace()