| /llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 103 JOS.attributeObject( in dump() 109 JOS.attributeObject(("p:" + Prop.first()).str(), in dump() 134 JOS.attributeObject("f:" + Child.first->getNameAsString(), [&] { in dump() 140 JOS.attributeObject(("sf:" + SyntheticField.first()).str(), in dump() 219 JOS.attributeObject("cfg", [&] { in endAnalysis() 271 JOS.attributeObject(elementIterID(Block, Iter, ElementIndex), [&] { in recordState() 285 JOS.attributeObject( in recordState() 289 JOS.attributeObject( in recordState() 321 JOS.attributeObject(blockID(B.getBlockID()), [&] { in writeBlock()
|
| /llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 379 json_str.attributeObject("threadStats", [&] { in DumpTraceInfoAsJson() 387 json_str.attributeObject("memoryUsage", [&] { in DumpTraceInfoAsJson() 396 json_str.attributeObject("timingInSeconds", [&] { in DumpTraceInfoAsJson() 406 json_str.attributeObject("events", [&] { in DumpTraceInfoAsJson() 408 json_str.attributeObject("individualCounts", [&] { in DumpTraceInfoAsJson() 419 json_str.attributeObject("errors", [&] { in DumpTraceInfoAsJson() 421 json_str.attributeObject("libiptErrors", [&] { in DumpTraceInfoAsJson() 440 json_str.attributeObject("globalStats", [&] { in DumpTraceInfoAsJson() 441 json_str.attributeObject("timingInSeconds", [&] { in DumpTraceInfoAsJson()
|
| /llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 36 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit() 55 JOS.attributeObject("range", in Visit() 110 JOS.attributeObject("range", in Visit() 121 JOS.attributeObject("loc", in Visit() 123 JOS.attributeObject("range", in Visit() 156 JOS.attributeObject("loc", in Visit() 158 JOS.attributeObject("range", in Visit() 168 JOS.attributeObject("range", [R, this] { writeSourceRange(R); }); in Visit() 253 JOS.attributeObject("loc", in Visit() 255 JOS.attributeObject("rang in Visit() [all...] |
| /llvm-project/libc/benchmarks/ |
| H A D | JSON.cpp | 303 JOS.attributeObject("Host", [&]() { serialize(RI.Host, JOS); }); in serialize() 306 JOS.attributeObject("BenchmarkOptions", in serialize() 313 JOS.attributeObject("Runtime", [&]() { serialize(S.Runtime, JOS); }); in serializeToJson() 314 JOS.attributeObject("Configuration", in serializeToJson()
|
| /llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 251 J.attributeObject("args", [&] { in write() 325 J.attributeObject("args", [&] { in timeTraceProfilerCleanup() 343 J.attributeObject("args", [&] { J.attribute("name", arg); }); in timeTraceProfilerWrite()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 724 JOS.attributeObject(Label, [&]() { in printFlagsImpl() 739 JOS.attributeObject(Label, [&]() { in printFlagsImpl() 770 JOS.attributeObject(Label, [&]() { in printHexImpl() 778 JOS.attributeObject(Label, [&]() { in printSymbolOffsetImpl() 786 JOS.attributeObject(Label, [&]() { in printNumberImpl() 797 JOS.attributeObject(Label, [&]() {
|
| H A D | JSON.h | 1042 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function
|
| /llvm-project/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 327 m_j.attributeObject("untracedPrefixSegment", [&] { in DumpFunctionCallTree() 328 m_j.attributeObject("nestedCall", [&] { in DumpFunctionCallTree() 346 m_j.attributeObject( in DumpFunctionCallTree()
|
| /llvm-project/llvm/tools/sancov/ |
| H A D | sancov.cpp | 317 W.attributeObject(P.first, [&] { in operator <<() 323 W.attributeObject(FunctionName, [&] { in operator <<() 350 W.attributeObject("point-symbol-info", [&] { W << C.Points; }); in operator <<()
|