Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp103 JOS.attributeObject( in dump()
109 JOS.attributeObject(("p:" + Prop.first()).str(), in dump()
134 JOS.attributeObject("f:" + Child.first->getNameAsString(), [&] { in dump()
140 JOS.attributeObject(("sf:" + SyntheticField.first()).str(), in dump()
219 JOS.attributeObject("cfg", [&] { in endAnalysis()
271 JOS.attributeObject(elementIterID(Block, Iter, ElementIndex), [&] { in recordState()
285 JOS.attributeObject( in recordState()
289 JOS.attributeObject( in recordState()
321 JOS.attributeObject(blockID(B.getBlockID()), [&] { in writeBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp379 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 DJSONNodeDumper.cpp35 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit()
54 JOS.attributeObject("range", in Visit()
109 JOS.attributeObject("range", in Visit()
120 JOS.attributeObject("loc", in Visit()
122 JOS.attributeObject("range", in Visit()
155 JOS.attributeObject("loc", in Visit()
157 JOS.attributeObject("range", in Visit()
167 JOS.attributeObject("range", [R, this] { writeSourceRange(R); }); in Visit()
252 JOS.attributeObject("loc", in Visit()
254 JOS.attributeObject("range", in Visit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h740 JOS.attributeObject(Label, [&]() { in printFlagsImpl()
755 JOS.attributeObject(Label, [&]() { in printFlagsImpl()
786 JOS.attributeObject(Label, [&]() { in printHexImpl()
794 JOS.attributeObject(Label, [&]() { in printSymbolOffsetImpl()
802 JOS.attributeObject(Label, [&]() { in printNumberImpl()
813 JOS.attributeObject(Label, [&]() {
H A DJSON.h1059 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp251 J.attributeObject("args", [&] { in write()
325 J.attributeObject("args", [&] { in write()
343 J.attributeObject("args", [&] { J.attribute("name", arg); }); in write()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp327 m_j.attributeObject("untracedPrefixSegment", [&] { in DumpFunctionCallTree()
328 m_j.attributeObject("nestedCall", [&] { in DumpFunctionCallTree()
346 m_j.attributeObject( in DumpFunctionCallTree()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2370 JOS.attributeObject("common", [&]() { in emitDistributorJson()