Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
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()