reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
278 OS << "{\n \"traceEvents\": ["; 286 OS << "\n"; 288 OS << ",\n"; 314 writeTraceViewerRecord(Version, OS, R.FuncId, R.TId, R.PId, Symbolize, 327 OS << ",\n"; 329 writeTraceViewerRecord(Version, OS, StackCursor->FuncId, R.TId, R.PId, 338 OS << "\n ],\n"; // Close the Trace Events array. 339 OS << " " 344 OS << R"( "stackFrames": {)"; 348 OS << "\n"; 350 OS << ",\n"; 351 OS << " "; 352 OS << llvm::formatv( 357 OS << llvm::formatv(R"(, "parent": "{0}")", 359 OS << " }"; 361 OS << "\n }\n"; // Close the stack frames map. 362 OS << "}\n"; // Close the JSON entry.