reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-xray/xray-stacks.cpp
  742       auto error = ST.accountRecord(Record, &AccountRecordState);
  752   if (ST.isEmpty()) {
  763         ST.printAllAggregatingThreads<AggregationType::TOTAL_TIME>(
  767         ST.printAllAggregatingThreads<AggregationType::INVOCATION_COUNT>(
  774         ST.printAllPerThread<AggregationType::TOTAL_TIME>(outs(), FuncIdHelper,
  778         ST.printAllPerThread<AggregationType::INVOCATION_COUNT>(
  788     ST.printAggregatingThreads(outs(), FuncIdHelper);
  790     ST.printPerThread(outs(), FuncIdHelper);
  792     ST.printIgnoringThreads(outs(), FuncIdHelper);