Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.cpp64 return CreateJSONError(root, m_trace_session_file); in Parse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.h124 llvm::Error CreateJSONError(llvm::json::Path::Root &root,
H A DTraceSessionFileParser.cpp57 Error TraceSessionFileParser::CreateJSONError(json::Path::Root &root, in CreateJSONError() function in TraceSessionFileParser