Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h47 struct JSONKernel { struct
58 std::optional<JSONKernel> kernel; argument
73 llvm::json::Value toJSON(const JSONKernel &kernel);
H A DTraceIntelPTBundleSaver.cpp336 static llvm::Expected<JSONKernel>
338 JSONKernel json_kernel; in BuildKernelSection()
352 return JSONKernel{kernel_image.load_address, kernel_image.system_path}; in BuildKernelSection()
374 std::optional<JSONKernel> json_kernel; in SaveToDisk()
377 Expected<std::optional<JSONKernel>> exp_json_kernel = in SaveToDisk()
H A DTraceIntelPTJSONStructs.cpp120 json::Value toJSON(const JSONKernel &kernel) { in toJSON()
128 bool fromJSON(const json::Value &value, JSONKernel &kernel, Path path) { in fromJSON()