Searched refs:JSONKernel (Results 1 – 3 of 3) sorted by relevance
47 struct JSONKernel { struct58 std::optional<JSONKernel> kernel; argument73 llvm::json::Value toJSON(const JSONKernel &kernel);
336 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()
120 json::Value toJSON(const JSONKernel &kernel) { in toJSON()128 bool fromJSON(const json::Value &value, JSONKernel &kernel, Path path) { in fromJSON()