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);
335 static llvm::Expected<JSONKernel>337 JSONKernel json_kernel; in BuildKernelSection() 351 return JSONKernel{kernel_image.load_address, kernel_image.system_path}; in BuildKernelSection() 373 std::optional<JSONKernel> json_kernel; in SaveToDisk() 376 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()