Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp380 json_str.attributeObject("threadStats", [&] { in DumpTraceInfoAsJson()
388 json_str.attributeObject("memoryUsage", [&] { in DumpTraceInfoAsJson()
397 json_str.attributeObject("timingInSeconds", [&] { in DumpTraceInfoAsJson()
407 json_str.attributeObject("events", [&] { in DumpTraceInfoAsJson()
409 json_str.attributeObject("individualCounts", [&] { in DumpTraceInfoAsJson()
420 json_str.attributeObject("errors", [&] { in DumpTraceInfoAsJson()
422 json_str.attributeObject("libiptErrors", [&] { in DumpTraceInfoAsJson()
441 json_str.attributeObject("globalStats", [&] { in DumpTraceInfoAsJson()
442 json_str.attributeObject("timingInSeconds", [&] { in DumpTraceInfoAsJson()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp35 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit()
54 JOS.attributeObject("range", in Visit()
105 JOS.attributeObject("loc", in Visit()
107 JOS.attributeObject("range", in Visit()
140 JOS.attributeObject("loc", in Visit()
142 JOS.attributeObject("range", in Visit()
152 JOS.attributeObject("range", [R, this] { writeSourceRange(R); }); in Visit()
288 JOS.attributeObject("spellingLoc", [Spelling, this] { in writeSourceLocation()
291 JOS.attributeObject("expansionLoc", [Expansion, Loc, this] { in writeSourceLocation()
303 JOS.attributeObject("begin", in writeSourceRange()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp176 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in write()
231 J.attributeObject("args", [&] { in write()
249 J.attributeObject("args", [&] { J.attribute("name", arg); }); in write()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h684 JOS.attributeObject(Label, [&]() { in printFlagsImpl()
699 JOS.attributeObject(Label, [&]() { in printFlagsImpl()
730 JOS.attributeObject(Label, [&]() { in printHexImpl()
738 JOS.attributeObject(Label, [&]() { in printSymbolOffsetImpl()
746 JOS.attributeObject(Label, [&]() { in printNumberImpl()
757 JOS.attributeObject(Label, [&]() {
H A DJSON.h1019 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp327 m_j.attributeObject("untracedPrefixSegment", [&] { in DumpFunctionCallTree()
328 m_j.attributeObject("nestedCall", [&] { in DumpFunctionCallTree()
346 m_j.attributeObject( in DumpFunctionCallTree()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp326 W.attributeObject(P.first, [&] { in operator <<()
332 W.attributeObject(FunctionName, [&] { in operator <<()
360 W.attributeObject("point-symbol-info", [&] { W << C.Points; }); in operator <<()