Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp283 json::Object Json({{"ModuleName", Request.ModuleName.str()}}); in toJSON() local
325 json::Object Json = toJSON(Request); in print() local
338 json::Object Json = toJSON(Request); in print() local
361 json::Object Json = toJSON(Request); in print() local
380 json::Object Json = toJSON(Request, ErrorInfo.message()); in printError() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h145 Json, // --output=json enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp60 enum class ShowFormat { Text, Json, Yaml }; enumerator