Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp161 static std::vector<IntelPTInstruction> makeInstructionListFromError(Error err) { in makeInstructionListFromError() function
173 return makeInstructionListFromError(errorCodeToError(err)); in CreateDecoderAndDecode()
182 return makeInstructionListFromError(make_error<IntelPTError>(errcode)); in CreateDecoderAndDecode()
193 return makeInstructionListFromError(make_error<IntelPTError>(-pte_nomem)); in CreateDecoderAndDecode()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp161 static std::vector<IntelPTInstruction> makeInstructionListFromError(Error err) { in makeInstructionListFromError() function
173 return makeInstructionListFromError(errorCodeToError(err)); in CreateDecoderAndDecode()
182 return makeInstructionListFromError(make_error<IntelPTError>(errcode)); in CreateDecoderAndDecode()
193 return makeInstructionListFromError(make_error<IntelPTError>(-pte_nomem)); in CreateDecoderAndDecode()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp161 static std::vector<IntelPTInstruction> makeInstructionListFromError(Error err) { in makeInstructionListFromError() function
173 return makeInstructionListFromError(errorCodeToError(err)); in CreateDecoderAndDecode()
182 return makeInstructionListFromError(make_error<IntelPTError>(errcode)); in CreateDecoderAndDecode()
193 return makeInstructionListFromError(make_error<IntelPTError>(-pte_nomem)); in CreateDecoderAndDecode()