Searched refs:Json (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 293 json::Object Json({{"ModuleName", Request.ModuleName.str()}}); in toJSON() local 295 Json["SymName"] = Request.Symbol.str(); in toJSON() 297 Json["Address"] = toHex(*Request.Address); in toJSON() 299 Json["Error"] = json::Object({{"Message", ErrorMsg.str()}}); in toJSON() 300 return Json; in toJSON() 344 json::Object Json = toJSON(Request); in print() local 345 Json["Symbol"] = std::move(Array); in print() 347 ObjectList->push_back(std::move(Json)); in print() 349 printJSON(std::move(Json)); in print() 357 json::Object Json = toJSON(Request); in print() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 146 Json, // --output=json enumerator 382 OUTPUT_OPTION(Json);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 92 enum class ShowFormat { Text, Json, Yaml }; enumerator 396 clEnumValN(ShowFormat::Json, "json", "emit JSON"), 2845 if (SFormat == ShowFormat::Json) in showInstrProfile() 3255 if (SFormat == ShowFormat::Json) in showSampleProfile() 3260 if (SFormat == ShowFormat::Json) in showSampleProfile() 3290 if (SFormat == ShowFormat::Json) in showMemProfProfile() 3341 if (SFormat == ShowFormat::Json) in showDebugInfoCorrelation() 3387 SFormat = ShowFormat::Json; in show_main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 193 clEnumValN(LVOutputKind::Json, "json",
|