Searched refs:JSONModule (Results 1 – 5 of 5) sorted by relevance
25 struct JSONModule { struct41 std::vector<JSONModule> modules; argument60 llvm::json::Value toJSON(const JSONModule &module);72 bool fromJSON(const llvm::json::Value &value, JSONModule &module,
248 static llvm::Expected<std::vector<JSONModule>>250 std::vector<JSONModule> json_modules; in BuildModulesSection()287 JSONModule{system_path, GetRelativePath(directory, path_to_copy_module), in BuildModulesSection()313 Expected<std::vector<JSONModule>> json_modules = in BuildProcessSection()
33 const JSONModule &module) { in ParseModule()115 for (const JSONModule &module : process.modules) in ParseProcess()298 for (JSONModule &module : process.modules) { in NormalizeAllPaths()
32 json::Value toJSON(const JSONModule &module) { in toJSON()43 bool fromJSON(const json::Value &value, JSONModule &module, Path path) { in fromJSON()
77 llvm::Error ParseModule(Target &target, const JSONModule &module);