Home
last modified time | relevance | path

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

/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
/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
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
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DView.h33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
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
H A DInstructionView.cpp33 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
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/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.cpp98 Value toJSON( in toJSON() function
/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h734 template <typename T> Value toJSON(const llvm::Optional<T> &Opt) { in toJSON() function