Home
last modified time | relevance | path

Searched refs:attributeArray (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h680 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 DJSON.h1038 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp33 JOS.attributeArray("features", [&]() {
H A DTensorSpec.cpp55 OS.attributeArray("shape", [&]() { in toJSON()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp210 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 DJSONNodeDumper.cpp247 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 DSampleProfReader.cpp91 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 DTraceDumper.cpp336 m_j.attributeArray("tracedSegments", [&] { in DumpFunctionCallTree()