Searched defs:toJSON (Results 1 – 13 of 13) sorted by relevance
24 json::Value toJSON(const TraceSupportedResponse &packet) { in toJSON() function39 json::Value toJSON(const TraceStartRequest &packet) { in toJSON() function61 json::Value toJSON(const TraceStopRequest &packet) { in toJSON() function74 json::Value toJSON(const TraceGetStateRequest &packet) { in toJSON() function83 json::Value toJSON(const TraceBinaryData &packet) { in toJSON() function93 json::Value toJSON(const TraceThreadState &packet) { in toJSON() function105 json::Value toJSON(const TraceGetStateResponse &packet) { in toJSON() function113 json::Value toJSON(const TraceGetBinaryDataRequest &packet) { in toJSON() function
36 json::Value toJSON(const TraceIntelPTStartRequest &packet) { in toJSON() function
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
33 virtual json::Value toJSON() const { return "not implemented"; } 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
33 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
86 json::Value DispatchStatistics::toJSON() const { in toJSON() function in llvm::mca::DispatchStatistics
99 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
312 json::Value TimelineView::toJSON() const { in toJSON() function in llvm::mca::TimelineView
98 Value toJSON( 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