Home
last modified time | relevance | path

Searched defs:fromJSON (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocol.cpp36 bool fromJSON(const llvm::json::Value &V, Request &R, llvm::json::Path P) { in fromJSON() function
50 bool fromJSON(const llvm::json::Value &V, ErrorInfo &EI, llvm::json::Path P) { in fromJSON() function
60 bool fromJSON(const llvm::json::Value &V, Error &E, llvm::json::Path P) { in fromJSON() function
74 bool fromJSON(const llvm::json::Value &V, Response &R, llvm::json::Path P) { in fromJSON() function
88 bool fromJSON(const llvm::json::Value &V, Notification &N, llvm::json::Path P) { in fromJSON() function
104 bool fromJSON(const llvm::json::Value &V, ToolCapability &TC, in fromJSON() function
115 bool fromJSON(const llvm::json::Value &V, ResourceCapability &RC, in fromJSON() function
126 bool fromJSON(const llvm::json::Value &V, Resource &R, llvm::json::Path P) { in fromJSON() function
142 bool fromJSON(const llvm::json::Value &V, Capabilities &C, llvm::json::Path P) { in fromJSON() function
154 bool fromJSON(const llvm::json::Value &V, ResourceContents &RC, in fromJSON() function
[all …]
H A DTool.cpp23 bool fromJSON(const llvm::json::Value &V, CommandToolArguments &A, in fromJSON() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp17 bool fromJSON(const json::Value &value, TraceSupportedResponse &packet, in fromJSON() function
34 bool fromJSON(const json::Value &value, TraceStartRequest &packet, Path path) { in fromJSON() function
56 bool fromJSON(const json::Value &value, TraceStopRequest &packet, Path path) { in fromJSON() function
68 bool fromJSON(const json::Value &value, TraceGetStateRequest &packet, in fromJSON() function
78 bool fromJSON(const json::Value &value, TraceBinaryData &packet, Path path) { in fromJSON() function
87 bool fromJSON(const json::Value &value, TraceThreadState &packet, Path path) { in fromJSON() function
98 bool fromJSON(const json::Value &value, TraceGetStateResponse &packet, in fromJSON() function
119 bool fromJSON(const json::Value &value, TraceCpuState &packet, in fromJSON() function
144 bool fromJSON(const json::Value &value, TraceGetBinaryDataRequest &packet, in fromJSON() function
H A DTraceIntelPTGDBRemotePackets.cpp32 bool fromJSON(const json::Value &value, JSONUINT64 &uint64, Path path) { in fromJSON() function
45 bool fromJSON(const json::Value &value, TraceIntelPTStartRequest &packet, in fromJSON() function
97 bool fromJSON(const json::Value &value, LinuxPerfZeroTscConversion &packet, in fromJSON() function
109 bool fromJSON(const json::Value &value, TraceIntelPTGetStateResponse &packet, in fromJSON() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp44 bool fromJSON(const json::Value &value, JSONModule &module, Path path) { in fromJSON() function
59 bool fromJSON(const json::Value &value, JSONThread &thread, Path path) { in fromJSON() function
73 bool fromJSON(const json::Value &value, JSONProcess &process, Path path) { in fromJSON() function
87 bool fromJSON(const json::Value &value, JSONCpu &cpu, Path path) { in fromJSON() function
106 bool fromJSON(const json::Value &value, pt_cpu &cpu_info, Path path) { in fromJSON() function
128 bool fromJSON(const json::Value &value, JSONKernel &kernel, Path path) { in fromJSON() function
146 bool fromJSON(const json::Value &value, in fromJSON() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h740 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function
748 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function
756 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function
764 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function
772 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function
780 inline bool fromJSON(const Value &E, unsigned int &Out, Path P) { in fromJSON() function
788 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON() function
796 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function
805 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON() function
817 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp248 bool fromJSON(const json::Value &value, ObjectFileJSON::Header &header, in fromJSON() function
255 bool fromJSON(const json::Value &value, ObjectFileJSON::Body &body, in fromJSON() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp686 bool fromJSON(const llvm::json::Value &value, in fromJSON() function
703 bool fromJSON(const llvm::json::Value &value, lldb::SectionType &type, in fromJSON() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp780 bool fromJSON(const llvm::json::Value &value, lldb_private::JSONSymbol &symbol, in fromJSON() function
804 bool fromJSON(const llvm::json::Value &value, lldb::SymbolType &type, in fromJSON() function
H A DObjectFile.cpp824 bool fromJSON(const llvm::json::Value &value, in fromJSON() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp64 inline bool fromJSON(const llvm::json::Value &E, Embedding &Out, in fromJSON() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp38 bool fromJSON(const Value &value, JSONSimpleTraceBundleDescription &bundle, in fromJSON() function