Home
last modified time | relevance | path

Searched defs:Json (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp339 printJSON(std::move(Json)); in print() local
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 DLVOptions.h145 Json, // --output=json enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp88 enum class ShowFormat { Text, Json, Yaml }; enumerator