Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp126 llvm::json::Value toJSON(const Position &P) { in toJSON() function
142 llvm::json::Value toJSON(const Range &P) { in toJSON() function
153 llvm::json::Value toJSON(const Location &P) { in toJSON() function
177 llvm::json::Value toJSON(const TextEdit &P) { in toJSON() function
599 llvm::json::Value toJSON(const Diagnostic &D) { in toJSON() function
781 llvm::json::Value toJSON(const Command &C) { in toJSON() function
841 llvm::json::Value toJSON(const TweakArgs &A) { in toJSON() function
926 llvm::json::Value toJSON(const Hover &H) { in toJSON() function
1277 llvm::json::Value toJSON(SymbolTag Tag) { in toJSON() function
1347 llvm::json::Value toJSON(const InlayHint &H) { in toJSON() function
[all …]
H A DProtocol.h273 inline llvm::json::Value toJSON(const NoParams &) { return nullptr; } in toJSON() function
590 template <typename T> llvm::json::Value toJSON(const ProgressParams<T> &P) { in toJSON() function
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp32 json::Value toJSON(const JSONModule &module) { in toJSON() function
51 json::Value toJSON(const JSONThread &thread) { in toJSON() function
63 json::Value toJSON(const JSONProcess &process) { in toJSON() function
78 json::Value toJSON(const JSONCpu &cpu) { in toJSON() function
96 json::Value toJSON(const pt_cpu &cpu_info) { in toJSON() function
119 json::Value toJSON(const JSONTraceBundleDescription &bundle_description) { in toJSON() function
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp244 llvm::json::Value mlir::lsp::toJSON(const URIForFile &value) { in toJSON() function in mlir::lsp
344 mlir::lsp::toJSON(const VersionedTextDocumentIdentifier &value) { in toJSON() function in mlir::lsp
369 llvm::json::Value mlir::lsp::toJSON(const Position &value) { in toJSON() function in mlir::lsp
390 llvm::json::Value mlir::lsp::toJSON(const Range &value) { in toJSON() function in mlir::lsp
411 llvm::json::Value mlir::lsp::toJSON(const Location &value) { in toJSON() function in mlir::lsp
542 llvm::json::Value mlir::lsp::toJSON(const MarkupContent &mc) { in toJSON() function in mlir::lsp
556 llvm::json::Value mlir::lsp::toJSON(const Hover &hover) { in toJSON() function in mlir::lsp
613 llvm::json::Value mlir::lsp::toJSON(const Diagnostic &diag) { in toJSON() function in mlir::lsp
667 llvm::json::Value mlir::lsp::toJSON(const TextEdit &value) { in toJSON() function in mlir::lsp
904 llvm::json::Value mlir::lsp::toJSON(const InlayHint &value) { in toJSON() function in mlir::lsp
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp52 llvm::json::Object toJSON(llvm::StringMap<std::vector<StringRef>> const &Obj) { in toJSON() function
62 llvm::json::Object toJSON(llvm::StringMap<std::string> const &Obj) { in toJSON() function
72 llvm::json::Object toJSON(ClassData const &Obj) { in toJSON() function
92 llvm::json::Object toJSON(llvm::StringMap<ClassData> const &Obj) { in toJSON() function
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DView.h33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp33 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
H A DInstructionInfoView.cpp149 InstructionInfoView::toJSON(const InstructionInfoViewData &IIVD) const { in toJSON() function in llvm::mca::InstructionInfoView
159 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.cpp175 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
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DProtocol.cpp75 llvm::json::Value mlir::lsp::toJSON(const PDLLViewOutputResult &value) { in toJSON() function in mlir::lsp
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp384 llvm::json::Value lldb_private::toJSON(const TraceHTR &htr) { in toJSON() function in lldb_private
474 llvm::json::Value lldb_private::toJSON(const HTRBlock &block) { in toJSON() function in lldb_private
479 llvm::json::Value lldb_private::toJSON(const HTRBlockMetadata &metadata) { in toJSON() function in lldb_private
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndex.cpp45 llvm::json::Value toJSON(const FuzzyFindRequest &Request) { in toJSON() function
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp31 llvm::json::Value toJSON(const Foo &F) { return F.X; } in toJSON() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp282 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DJSON.h803 template <typename T> Value toJSON(const llvm::Optional<T> &Opt) { in toJSON() function