Searched refs:Json (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 286 json::Object Json({{"ModuleName", Request.ModuleName.str()}}); in toJSON() 288 Json["SymName"] = Request.Symbol.str(); in toJSON() 290 Json["Address"] = toHex(*Request.Address); in toJSON() 292 Json["Error"] = json::Object({{"Message", ErrorMsg.str()}}); in toJSON() 293 return Json; in toJSON() 334 json::Object Json = toJSON(Request); in print() 335 Json["Symbol"] = std::move(Array); in print() 337 ObjectList->push_back(std::move(Json)); in print() 339 printJSON(std::move(Json)); in print() local 347 json::Object Json 280 json::Object Json({{"ModuleName", Request.ModuleName.str()}}); toJSON() local 326 json::Object Json = toJSON(Request); print() local 362 json::Object Json = toJSON(Request); print() local 379 json::Object Json = toJSON(Request, ErrorInfo.message()); printError() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 145 Json, // --output=json enumerator 379 OUTPUT_OPTION(Json);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 88 enum class ShowFormat { Text, Json, Yaml }; enumerator 359 clEnumValN(ShowFormat::Json, "json", "emit JSON"), 2749 if (SFormat == ShowFormat::Json) in showInstrProfile() 3162 if (SFormat == ShowFormat::Json) in showSampleProfile() 3167 if (SFormat == ShowFormat::Json) in showSampleProfile() 3197 if (SFormat == ShowFormat::Json) in showMemProfProfile() 3216 if (SFormat == ShowFormat::Json) in showDebugInfoCorrelation() 3262 SFormat = ShowFormat::Json; in show_main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 190 clEnumValN(LVOutputKind::Json, "json",
|