Searched refs:attributeArray (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 680 JOS.attributeArray(Label, [&]() { in printList() 726 JOS.attributeArray("Flags", [&]() { in printFlagsImpl() 741 JOS.attributeArray("Flags", [&]() { in printFlagsImpl() 750 JOS.attributeArray(Label, [&]() { in printListImpl() 758 JOS.attributeArray(Label, [&]() { in printHexListImpl() 801 JOS.attributeArray("Bytes", [&]() {
|
H A D | JSON.h | 1038 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TrainingLogger.cpp | 33 JOS.attributeArray("features", [&]() {
|
H A D | TensorSpec.cpp | 55 OS.attributeArray("shape", [&]() { in toJSON()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 210 JOS.attributeArray("timeline", [&] { in endAnalysis() 323 JOS.attributeArray("iters", [&] { in writeBlock() 333 JOS.attributeArray("elements", [&] { in writeBlock()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 247 JOS.attributeArray("templateArgsAsWritten", [Args, this] { in Visit() 1009 JOS.attributeArray("bases", [this, RD] { in VisitCXXRecordDecl() 1458 JOS.attributeArray("lookups", [this, ULE] { in VisitUnresolvedLookupExpr() 1531 JOS.attributeArray("cleanups", [this, EWC] { in VisitExprWithCleanups() 1598 JOS.attributeArray("explicitTemplateArgs", [DSME, this] { in VisitCXXDependentScopeMemberExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 91 JOS.attributeArray("calls", [&] { in dumpFunctionProfileJson() 113 JOS.attributeArray( in dumpFunctionProfileJson() 127 JOS.attributeArray("body", [&] { DumpBody(BodySamples); }); in dumpFunctionProfileJson() 131 JOS.attributeArray("callsites", in dumpFunctionProfileJson()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 336 m_j.attributeArray("tracedSegments", [&] { in DumpFunctionCallTree()
|