Searched refs:JOS (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 53 JOS.attributeObject("range", in Visit() 104 JOS.attributeObject("loc", in Visit() 106 JOS.attributeObject("range", in Visit() 139 JOS.attributeObject("loc", in Visit() 164 JOS.attribute("baseInit", in Visit() 229 JOS.objectBegin(); in writeIncludeStack() 237 JOS.objectEnd(); in writeIncludeStack() 238 JOS.attributeEnd(); in writeIncludeStack() 265 JOS.attribute("tokLen", in writeBareSourceLocation() 626 JOS.attributeObject( in VisitDependentSizedExtVectorType() [all …]
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | JSON.cpp | 269 JOS.attribute("Epsilon", BO.Epsilon); in serialize() 275 JOS.attribute("Type", CI.Type); in serialize() 276 JOS.attribute("Level", CI.Level); in serialize() 277 JOS.attribute("Size", CI.Size); in serialize() 287 JOS.attribute("AccessAlignment", in serialize() 295 JOS.attributeArray("Caches", [&]() { in serialize() 297 JOS.object([&]() { serialize(CI, JOS); }); in serialize() 302 JOS.attributeObject("Host", [&]() { serialize(RI.Host, JOS); }); in serialize() 310 JOS.object([&]() { in serializeToJson() 312 JOS.attributeObject("Runtime", [&]() { serialize(S.Runtime, JOS); }); in serializeToJson() [all …]
|
| H A D | JSON.h | 23 void serializeToJson(const Study &S, llvm::json::OStream &JOS);
|
| H A D | JSONTest.cpp | 43 json::OStream JOS(RSO); in serializeToString() local 44 serializeToJson(S, JOS); in serializeToString()
|
| H A D | LibcMemoryBenchmarkMain.cpp | 245 json::OStream JOS(FOS); in writeStudy() local 246 serializeToJson(S, JOS); in writeStudy()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 535 json::OStream JOS; variable 582 JOS.attributeEnd(); in printNumber() 669 JOS.rawValueEnd(); in printAPSInt() 702 JOS.value(Item); in printListImpl() 740 JOS.rawValueEnd(); in printNumberImpl() 760 JOS.objectBegin(); in scopedBegin() 762 JOS.arrayBegin(); in scopedBegin() 769 JOS.objectBegin(); in scopedBegin() 779 JOS.objectEnd(); in scopedEnd() 781 JOS.arrayEnd(); in scopedEnd() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | JSON.cpp | 269 JOS.value(V); in abbreviate() 273 JOS.value(Truncated); in abbreviate() 278 JOS.value(V); in abbreviate() 287 JOS.array([&] { in abbreviateChildren() 289 abbreviate(I, JOS); in abbreviateChildren() 293 JOS.object([&] { in abbreviateChildren() 297 JOS.attributeEnd(); in abbreviateChildren() 302 JOS.value(V); in abbreviateChildren() 321 JOS.comment(Comment); in printErrorContext() 333 JOS.object([&] { in printErrorContext() [all …]
|
| H A D | ScopedPrinter.cpp | 42 JOS(OS, /*Indent=*/PrettyPrint ? 2 : 0), in JSONScopedPrinter()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 39 llvm::json::OStream JOS; 54 JOS.objectBegin(); in AddChild() 63 JOS.objectEnd(); in AddChild() 74 JOS.attributeBegin(LabelStr); in AddChild() 75 JOS.arrayBegin(); in AddChild() 80 JOS.objectBegin(); in AddChild() 91 JOS.objectEnd(); in AddChild() 94 JOS.arrayEnd(); in AddChild() 95 JOS.attributeEnd(); in AddChild() 108 NodeStreamer(raw_ostream &OS) : JOS(OS, 2) {} in NodeStreamer() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 134 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON() 135 JOS.value(V); in printJSON()
|
| /llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 463 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs() local 464 JOS.value(std::move(Output)); in outputJSONForAllDiffs()
|