| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | TraceGDBRemotePackets.h | 38 llvm::json::Value toJSON(const TraceSupportedResponse &packet); 59 llvm::json::Value toJSON(const TraceStartRequest &packet); 83 llvm::json::Value toJSON(const TraceStopRequest &packet); 96 llvm::json::Value toJSON(const TraceGetStateRequest &packet); 108 llvm::json::Value toJSON(const TraceBinaryData &packet); 119 llvm::json::Value toJSON(const TraceThreadState &packet); 130 llvm::json::Value toJSON(const TraceCpuState &packet); 144 llvm::json::Value toJSON(const TraceGetStateResponse &packet); 164 llvm::json::Value toJSON(const lldb_private::TraceGetBinaryDataRequest &packet);
|
| H A D | TraceIntelPTGDBRemotePackets.h | 64 llvm::json::Value toJSON(const TraceIntelPTStartRequest &packet); 76 llvm::json::Value toJSON(const JSONUINT64 &uint64, bool hex); 121 llvm::json::Value toJSON(const LinuxPerfZeroTscConversion &packet); 126 llvm::json::Value toJSON(const TraceIntelPTGetStateResponse &packet);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTJSONStructs.cpp | 33 json::Value toJSON(const JSONModule &module) { in toJSON() function 38 json_module["loadAddress"] = toJSON(module.load_address, true); in toJSON() 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 123 json_module["loadAddress"] = toJSON(*kernel.load_address, true); in toJSON() 134 json::Value toJSON(const JSONTraceBundleDescription &bundle_description) { in toJSON() function 140 {"cpuInfo", toJSON(bundle_description.cpu_info)}, in toJSON()
|
| H A D | TraceIntelPTJSONStructs.h | 63 llvm::json::Value toJSON(const JSONModule &module); 65 llvm::json::Value toJSON(const JSONThread &thread); 67 llvm::json::Value toJSON(const JSONProcess &process); 69 llvm::json::Value toJSON(const JSONCpu &cpu); 71 llvm::json::Value toJSON(const pt_cpu &cpu_info); 73 llvm::json::Value toJSON(const JSONKernel &kernel); 75 llvm::json::Value toJSON(const JSONTraceBundleDescription &bundle_description);
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 52 llvm::json::Object toJSON(llvm::StringMap<std::vector<StringRef>> const &Obj) { in toJSON() function 53 using llvm::json::toJSON; in toJSON() 62 llvm::json::Object toJSON(llvm::StringMap<std::string> const &Obj) { in toJSON() function 63 using llvm::json::toJSON; in toJSON() 72 llvm::json::Object toJSON(ClassData const &Obj) { in toJSON() function 92 llvm::json::Object toJSON(llvm::StringMap<ClassData> const &Obj) { in toJSON() function 93 using llvm::json::toJSON; in toJSON() 97 JsonObj[Item.first()] = ::toJSON(Item.second); in toJSON() 106 using llvm::json::toJSON; in WriteJSON() 136 WriteJSON(JsonPath, ::toJSON(ClassInheritance), ::toJSON(ClassesInClade), in generate() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | TraceGDBRemotePackets.cpp | 24 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 D | TraceIntelPTGDBRemotePackets.cpp | 25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON() function 63 json::Value toJSON(const TraceIntelPTStartRequest &packet) { in toJSON() function 64 json::Value base = toJSON((const TraceStartRequest &)packet); in toJSON() 89 json::Value toJSON(const LinuxPerfZeroTscConversion &packet) { in toJSON() function 93 {"timeZero", toJSON(packet.time_zero, /*hex=*/false)}, in toJSON() 117 json::Value toJSON(const TraceIntelPTGetStateResponse &packet) { in toJSON() function 118 json::Value base = toJSON((const TraceGetStateResponse &)packet); in toJSON()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.h | 356 llvm::json::Value toJSON(const TraceHTR &htr); 357 llvm::json::Value toJSON(const HTRBlock &block); 358 llvm::json::Value toJSON(const HTRBlockMetadata &metadata);
|
| H A D | TraceHTR.cpp | 240 os << toJSON(*this); in Export() 385 llvm::json::Value lldb_private::toJSON(const TraceHTR &htr) { in toJSON() function in lldb_private 439 llvm::json::Value block_json = toJSON(block); in toJSON() 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
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| H A D | InstructionInfoView.h | 87 json::Value toJSON() const override; 88 json::Object toJSON(const InstructionInfoViewData &IIVD) const;
|
| H A D | InstructionInfoView.cpp | 149 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 170 json::Object JO = toJSON(IIVDEntry); in toJSON()
|
| H A D | InstructionView.cpp | 33 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
|
| H A D | ResourcePressureView.h | 98 json::Value toJSON() const override;
|
| H A D | DispatchStatistics.h | 82 json::Value toJSON() const override;
|
| H A D | SummaryView.h | 85 json::Value toJSON() const override;
|
| H A D | InstructionView.h | 54 json::Value toJSON() const override;
|
| H A D | TimelineView.h | 183 json::Value toJSON() const override;
|
| H A D | DispatchStatistics.cpp | 86 json::Value DispatchStatistics::toJSON() const { in toJSON() function in llvm::mca::DispatchStatistics
|
| H A D | SummaryView.cpp | 99 json::Value SummaryView::toJSON() const { in toJSON() function in llvm::mca::SummaryView
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TrainingLogger.cpp | 40 TS.toJSON(JOS); in writeHeader() 44 RewardSpec.toJSON(JOS); in writeHeader()
|
| H A D | TensorSpec.cpp | 48 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON() function in llvm::TensorSpec
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 282 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON() function 325 json::Object Json = toJSON(Request); in print() 338 json::Object Json = toJSON(Request); in print() 361 json::Object Json = toJSON(Request); in print() 380 json::Object Json = toJSON(Request, ErrorInfo.message()); in printError()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | View.h | 33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 90 void toJSON(json::OStream &OS) const;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
| H A D | PipelinePrinter.cpp | 42 JO.try_emplace(V->getNameAsString().str(), V->toJSON()); in getJSONReportRegion()
|