Searched refs:JSONCpu (Results 1 – 5 of 5) sorted by relevance
44 struct JSONCpu { struct54 llvm::Optional<std::vector<JSONCpu>> cpus; argument66 llvm::json::Value toJSON(const JSONCpu &cpu);81 bool fromJSON(const llvm::json::Value &value, JSONCpu &cpu,
27 for (const JSONCpu &cpu : *cpus) in GetCpuIds()78 json::Value toJSON(const JSONCpu &cpu) { in toJSON()86 bool fromJSON(const json::Value &value, JSONCpu &cpu, Path path) { in fromJSON()
195 static llvm::Expected<llvm::Optional<std::vector<JSONCpu>>>200 std::vector<JSONCpu> json_cpus; in BuildCpusSection()206 JSONCpu json_cpu; in BuildCpusSection()357 Expected<Optional<std::vector<JSONCpu>>> json_cpus = in SaveToDisk()
258 for (const JSONCpu &cpu : *bundle_description.cpus) { in AugmentThreadsFromContextSwitches()309 for (JSONCpu &cpu : *bundle_description.cpus) { in NormalizeAllPaths()
92 for (const JSONCpu &cpu : *bundle_description.cpus) { in CreateInstanceForPostmortemTrace()