Searched defs:toJSON (Results 1 – 10 of 10) sorted by relevance
52 llvm::json::Object toJSON(llvm::StringMap<std::vector<StringRef>> const &Obj) { in toJSON() function62 llvm::json::Object toJSON(llvm::StringMap<std::string> const &Obj) { in toJSON() function72 llvm::json::Object toJSON(ClassData const &Obj) { in toJSON() function92 llvm::json::Object toJSON(llvm::StringMap<ClassData> const &Obj) { in toJSON() function
125 InstructionInfoView::toJSON(const InstructionInfoViewData &IIVD) const { in toJSON() function in llvm::mca::InstructionInfoView135 json::Value InstructionInfoView::toJSON() const { in toJSON() function in llvm::mca::InstructionInfoView
45 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
30 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
100 json::Value SummaryView::toJSON() const { in toJSON() function in llvm::mca::SummaryView
175 json::Value ResourcePressureView::toJSON() const { in toJSON() function in llvm::mca::ResourcePressureView
304 json::Value TimelineView::toJSON() const { in toJSON() function in llvm::mca::TimelineView
336 json::Value toJSON() const override { return "not implemented"; } in toJSON() function
280 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON() function
734 template <typename T> Value toJSON(const llvm::Optional<T> &Opt) { in toJSON() function