Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp286 json::Object Json({{"ModuleName", Request.ModuleName.str()}}); in toJSON() local
334 json::Object Json = toJSON(Request); in print() local
347 json::Object Json = toJSON(Request); in print() local
370 json::Object Json = toJSON(Request); in print() local
383 json::Object Json = toJSON(Request); in print() local
393 json::Object Json = toJSON(Request, ErrorInfo.message()); in printError() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h145 Json, // --output=json enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp89 enum class ShowFormat { Text, Json, Yaml }; global() enumerator