Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h640 JOS.attributeArray(Label, [&]() { in printList()
686 JOS.attributeArray("Flags", [&]() { in printFlagsImpl()
701 JOS.attributeArray("Flags", [&]() { in printFlagsImpl()
710 JOS.attributeArray(Label, [&]() { in printListImpl()
718 JOS.attributeArray(Label, [&]() { in printHexListImpl()
761 JOS.attributeArray("Bytes", [&]() {
H A DJSON.h1015 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTrainingLogger.cpp38 JOS.attributeArray("features", [&]() { in writeHeader()
H A DTensorSpec.cpp53 OS.attributeArray("shape", [&]() { in toJSON()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp266 JOS.attributeArray("includes", [&] { in EndOfMainFile()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp90 JOS.attributeArray("calls", [&] { in dumpFunctionProfileJson()
112 JOS.attributeArray( in dumpFunctionProfileJson()
126 JOS.attributeArray("body", [&] { DumpBody(BodySamples); }); in dumpFunctionProfileJson()
130 JOS.attributeArray("callsites", in dumpFunctionProfileJson()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp916 JOS.attributeArray("bases", [this, RD] { in VisitCXXRecordDecl()
1351 JOS.attributeArray("lookups", [this, ULE] { in VisitUnresolvedLookupExpr()
1423 JOS.attributeArray("cleanups", [this, EWC] { in VisitExprWithCleanups()
1482 JOS.attributeArray("explicitTemplateArgs", [DSME, this] { in VisitCXXDependentScopeMemberExpr()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp336 m_j.attributeArray("tracedSegments", [&] { in DumpFunctionCallTree()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp354 W.attributeArray("covered-points", [&] { in operator <<()