Home
last modified time | relevance | path

Searched refs:toJSON (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceGDBRemotePackets.h36 llvm::json::Value toJSON(const TraceSupportedResponse &packet);
57 llvm::json::Value toJSON(const TraceStartRequest &packet);
81 llvm::json::Value toJSON(const TraceStopRequest &packet);
94 llvm::json::Value toJSON(const TraceGetStateRequest &packet);
106 llvm::json::Value toJSON(const TraceBinaryData &packet);
117 llvm::json::Value toJSON(const TraceThreadState &packet);
127 llvm::json::Value toJSON(const TraceGetStateResponse &packet);
149 llvm::json::Value toJSON(const lldb_private::TraceGetBinaryDataRequest &packet);
H A DTraceIntelPTGDBRemotePackets.h40 llvm::json::Value toJSON(const TraceIntelPTStartRequest &packet);
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp52 llvm::json::Object toJSON(llvm::StringMap<std::vector<StringRef>> const &Obj) { in toJSON() function
53 using llvm::json::toJSON; in toJSON()
62 llvm::json::Object toJSON(llvm::StringMap<std::string> const &Obj) { in toJSON() function
63 using llvm::json::toJSON; in toJSON()
72 llvm::json::Object toJSON(ClassData const &Obj) { in toJSON() function
92 llvm::json::Object toJSON(llvm::StringMap<ClassData> const &Obj) { in toJSON() function
93 using llvm::json::toJSON; in toJSON()
97 JsonObj[Item.first()] = ::toJSON(Item.second); in toJSON()
106 using llvm::json::toJSON; in WriteJSON()
136 WriteJSON(JsonPath, ::toJSON(ClassInheritance), ::toJSON(ClassesInClade), in generate()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp24 json::Value toJSON(const TraceSupportedResponse &packet) { in toJSON() function
39 json::Value toJSON(const TraceStartRequest &packet) { in toJSON() function
61 json::Value toJSON(const TraceStopRequest &packet) { in toJSON() function
74 json::Value toJSON(const TraceGetStateRequest &packet) { in toJSON() function
83 json::Value toJSON(const TraceBinaryData &packet) { in toJSON() function
93 json::Value toJSON(const TraceThreadState &packet) { in toJSON() function
105 json::Value toJSON(const TraceGetStateResponse &packet) { in toJSON() function
113 json::Value toJSON(const TraceGetBinaryDataRequest &packet) { in toJSON() function
H A DTraceIntelPTGDBRemotePackets.cpp36 json::Value toJSON(const TraceIntelPTStartRequest &packet) { in toJSON() function
37 json::Value base = toJSON((const TraceStartRequest &)packet); in toJSON()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h81 json::Value toJSON() const override;
82 json::Object toJSON(const InstructionInfoViewData &IIVD) const;
H A DInstructionInfoView.cpp125 InstructionInfoView::toJSON(const InstructionInfoViewData &IIVD) const { in toJSON() function in llvm::mca::InstructionInfoView
135 json::Value InstructionInfoView::toJSON() const { in toJSON() function in llvm::mca::InstructionInfoView
146 json::Object JO = toJSON(IIVDEntry); in toJSON()
H A DView.h33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
H A DInstructionView.cpp33 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
H A DResourcePressureView.h98 json::Value toJSON() const override;
H A DDispatchStatistics.h82 json::Value toJSON() const override;
H A DSummaryView.h91 json::Value toJSON() const override;
H A DInstructionView.h53 json::Value toJSON() const override;
H A DTimelineView.h183 json::Value toJSON() const override;
H A DDispatchStatistics.cpp86 json::Value DispatchStatistics::toJSON() const { in toJSON() function in llvm::mca::DispatchStatistics
H A DSummaryView.cpp99 json::Value SummaryView::toJSON() const { in toJSON() function in llvm::mca::SummaryView
H A DResourcePressureView.cpp175 json::Value ResourcePressureView::toJSON() const { in toJSON() function in llvm::mca::ResourcePressureView
H A DTimelineView.cpp312 json::Value TimelineView::toJSON() const { in toJSON() function in llvm::mca::TimelineView
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp280 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON() function
323 json::Object Json = toJSON(Request); in print()
336 json::Object Json = toJSON(Request); in print()
359 json::Object Json = toJSON(Request); in print()
378 json::Object Json = toJSON(Request, ErrorInfo.message()); in printError()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.h82 toJSON(const lldb_private::trace_intel_pt::TraceIntelPTSessionFileParser::
H A DTraceIntelPT.cpp280 return Trace::Start(toJSON(request)); in Start()
317 return Trace::Start(toJSON(request)); in Start()
H A DTraceIntelPTSessionFileParser.cpp98 Value toJSON( in toJSON() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp43 JO.try_emplace(V->getNameAsString().str(), V->toJSON()); in getJSONReportRegion()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h86 template <typename T> Value toJSON(const llvm::Optional<T> &Opt);
361 Value, decltype(toJSON(*(const T *)nullptr))>::value>,
363 Value(const T &V) : Value(toJSON(V)) {} in Value()
734 template <typename T> Value toJSON(const llvm::Optional<T> &Opt) { in toJSON() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3468 os << toJSON(request); in SendTraceStop()
3538 os << toJSON(TraceGetStateRequest{type.str()}); in SendTraceGetState()
3572 os << toJSON(request); in SendTraceGetBinaryData()

12