Searched refs:attributeObject (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 104 JOS.attributeObject( in dump() 110 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() 218 JOS->attributeObject("cfg", [&] { in endAnalysis() 264 JOS->attributeObject(elementIterID(Block, Iter, ElementIndex), [&] { in recordState() 277 JOS->attributeObject( in recordState() 281 JOS->attributeObject( in recordState() 310 JOS->attributeObject(blockID(B.getBlockID()), [&] { in writeBlock()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 55 JOS.attributeObject("range", in Visit() 106 JOS.attributeObject("loc", in Visit() 108 JOS.attributeObject("range", in Visit() 141 JOS.attributeObject("loc", in Visit() 143 JOS.attributeObject("range", in Visit() 289 JOS.attributeObject("spellingLoc", [Spelling, this] { in writeSourceLocation() 304 JOS.attributeObject("begin", in writeSourceRange() 673 JOS.attributeObject( in VisitDependentSizedExtVectorType() 994 JOS.attributeObject("defaultArg", [=] { in VisitTemplateTypeParmDecl() 1010 JOS.attributeObject("defaultArg", [=] { in VisitNonTypeTemplateParmDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 176 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()
|
| /freebsd-14.2/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 | 1040 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function
|
| /freebsd-14.2/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()
|