Home
last modified time | relevance | path

Searched defs:toJSON (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocol.cpp29 llvm::json::Value toJSON(const Request &R) { in toJSON() function
43 llvm::json::Value toJSON(const ErrorInfo &EI) { in toJSON() function
56 llvm::json::Value toJSON(const Error &E) { in toJSON() function
65 llvm::json::Value toJSON(const Response &R) { in toJSON() function
81 llvm::json::Value toJSON(const Notification &N) { in toJSON() function
100 llvm::json::Value toJSON(const ToolCapability &TC) { in toJSON() function
110 llvm::json::Value toJSON(const ResourceCapability &RC) { in toJSON() function
122 llvm::json::Value toJSON(const Capabilities &C) { in toJSON() function
133 llvm::json::Value toJSON(const Resource &R) { in toJSON() function
147 llvm::json::Value toJSON(const ResourceContents &RC) { in toJSON() function
[all …]
H A DResource.cpp22 llvm::json::Value toJSON(const DebuggerResource &DR) { in toJSON() function
40 llvm::json::Value toJSON(const TargetResource &TR) { in toJSON() function
/freebsd/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
106 json::Value toJSON(const TraceGetStateResponse &packet) { in toJSON() function
129 json::Value toJSON(const TraceCpuState &packet) { in toJSON() function
137 json::Value toJSON(const TraceGetBinaryDataRequest &packet) { in toJSON() function
H A DTraceIntelPTGDBRemotePackets.cpp25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON() function
63 json::Value toJSON(const TraceIntelPTStartRequest &packet) { in toJSON() function
89 json::Value toJSON(const LinuxPerfZeroTscConversion &packet) { in toJSON() function
117 json::Value toJSON(const TraceIntelPTGetStateResponse &packet) { in toJSON() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp33 json::Value toJSON(const JSONModule &module) { in toJSON() function
52 json::Value toJSON(const JSONThread &thread) { in toJSON() function
64 json::Value toJSON(const JSONProcess &process) { in toJSON() function
79 json::Value toJSON(const JSONCpu &cpu) { in toJSON() function
97 json::Value toJSON(const pt_cpu &cpu_info) { in toJSON() function
120 json::Value toJSON(const JSONKernel &kernel) { in toJSON() function
134 json::Value toJSON(const JSONTraceBundleDescription &bundle_description) { in toJSON() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DView.h34 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp33 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
H A DInstructionInfoView.cpp257 InstructionInfoView::toJSON(const InstructionInfoViewData &IIVD) const { in toJSON() function in llvm::mca::InstructionInfoView
267 json::Value InstructionInfoView::toJSON() const { in toJSON() function in llvm::mca::InstructionInfoView
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.cpp207 json::Value ResourcePressureView::toJSON() const { in toJSON() function in llvm::mca::ResourcePressureView
H A DTimelineView.cpp314 json::Value TimelineView::toJSON() const { in toJSON() function in llvm::mca::TimelineView
H A DBottleneckAnalysis.cpp643 json::Value BottleneckAnalysis::toJSON() const { in toJSON() function in llvm::mca::BottleneckAnalysis
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp385 llvm::json::Value lldb_private::toJSON(const TraceHTR &htr) { in toJSON() function in lldb_private
475 llvm::json::Value lldb_private::toJSON(const HTRBlock &block) { in toJSON() function in lldb_private
480 llvm::json::Value lldb_private::toJSON(const HTRBlockMetadata &metadata) { in toJSON() function in lldb_private
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp50 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON() function in llvm::TensorSpec
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp292 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON() function
303 static json::Object toJSON(const DILineInfo &LineInfo) { in toJSON() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h844 template <typename T> Value toJSON(const std::optional<T> &Opt) { in toJSON() function