Searched refs:attributeObject (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/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() 141 JOS.attributeObject(("sf:" + SyntheticField.first()).str(), in dump() 220 JOS.attributeObject("cfg", [&] { in endAnalysis() 272 JOS.attributeObject(elementIterID(Block, Iter, ElementIndex), [&] { in recordState() 286 JOS.attributeObject( in recordState() 290 JOS.attributeObject( in recordState() 322 JOS.attributeObject(blockID(B.getBlockID()), [&] { in writeBlock()
|
/freebsd/contrib/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()
|
/freebsd/contrib/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("range", in Visit() [all …]
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 207 J.attributeObject("args", [&] { in write() 281 J.attributeObject("args", [&] { in write() 299 J.attributeObject("args", [&] { J.attribute("name", arg); }); in write()
|
/freebsd/contrib/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()
|