Home
last modified time | relevance | path

Searched refs:attributeObject (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp330 json_str.attributeObject("threadStats", [&] { in DumpTraceInfoAsJson()
338 json_str.attributeObject("memoryUsage", [&] { in DumpTraceInfoAsJson()
347 json_str.attributeObject("timingInSeconds", [&] { in DumpTraceInfoAsJson()
357 json_str.attributeObject("events", [&] { in DumpTraceInfoAsJson()
359 json_str.attributeObject("individualCounts", [&] { in DumpTraceInfoAsJson()
380 json_str.attributeObject("errorItems", [&] { in DumpTraceInfoAsJson()
382 json_str.attributeObject("individualErrors", [&] { in DumpTraceInfoAsJson()
391 json_str.attributeObject("globalStats", [&] { in DumpTraceInfoAsJson()
392 json_str.attributeObject("timingInSeconds", [&] { in DumpTraceInfoAsJson()
/llvm-project-15.0.7/libc/benchmarks/
H A DJSON.cpp302 JOS.attributeObject("Host", [&]() { serialize(RI.Host, JOS); }); in serialize()
305 JOS.attributeObject("BenchmarkOptions", in serialize()
312 JOS.attributeObject("Runtime", [&]() { serialize(S.Runtime, JOS); }); in serializeToJson()
313 JOS.attributeObject("Configuration", in serializeToJson()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp53 JOS.attributeObject("range", in Visit()
104 JOS.attributeObject("loc", in Visit()
106 JOS.attributeObject("range", in Visit()
139 JOS.attributeObject("loc", in Visit()
141 JOS.attributeObject("range", in Visit()
287 JOS.attributeObject("spellingLoc", [Spelling, this] { in writeSourceLocation()
302 JOS.attributeObject("begin", in writeSourceRange()
626 JOS.attributeObject( in VisitDependentSizedExtVectorType()
904 JOS.attributeObject("defaultArg", [=] { in VisitTemplateTypeParmDecl()
920 JOS.attributeObject("defaultArg", [=] { in VisitNonTypeTemplateParmDecl()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DTimeProfiler.cpp152 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in write()
207 J.attributeObject("args", [&] { in write()
225 J.attributeObject("args", [&] { J.attribute("name", arg); }); in write()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScopedPrinter.h674 JOS.attributeObject(Label, [&]() { in printFlagsImpl()
689 JOS.attributeObject(Label, [&]() { in printFlagsImpl()
720 JOS.attributeObject(Label, [&]() { in printHexImpl()
728 JOS.attributeObject(Label, [&]() { in printSymbolOffsetImpl()
736 JOS.attributeObject(Label, [&]() { in printNumberImpl()
747 JOS.attributeObject(Label, [&]() {
H A DJSON.h1018 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp335 W.attributeObject(P.first, [&] { in operator <<()
341 W.attributeObject(FunctionName, [&] { in operator <<()
369 W.attributeObject("point-symbol-info", [&] { W << C.Points; }); in operator <<()