/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | TraceGDBRemotePackets.cpp | 17 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 D | TraceIntelPTGDBRemotePackets.cpp | 32 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
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTJSONStructs.cpp | 44 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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | JSON.h | 708 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function 716 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function 724 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function 732 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function 740 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function 748 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON() function 756 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function 765 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON() function 777 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function 790 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON() function
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | Trace.cpp | 38 bool fromJSON(const Value &value, JSONSimpleTraceBundleDescription &bundle, in fromJSON() function
|