Searched refs:BlockIndexer (Results 1 – 7 of 7) sorted by relevance
18 Error BlockIndexer::visit(BufferExtents &) { return Error::success(); } in visit()20 Error BlockIndexer::visit(WallclockRecord &R) { in visit()26 Error BlockIndexer::visit(NewCPUIDRecord &R) { in visit()31 Error BlockIndexer::visit(TSCWrapRecord &R) { in visit()36 Error BlockIndexer::visit(CustomEventRecord &R) { in visit()41 Error BlockIndexer::visit(CustomEventRecordV5 &R) { in visit()46 Error BlockIndexer::visit(TypedEventRecord &R) { in visit()51 Error BlockIndexer::visit(CallArgRecord &R) { in visit()56 Error BlockIndexer::visit(PIDRecord &R) { in visit()62 Error BlockIndexer::visit(NewBufferRecord &R) { in visit()[all …]
297 BlockIndexer::Index Index; in loadFDRLog()299 BlockIndexer Indexer(Index); in loadFDRLog()330 llvm::sort(Blocks, [](const BlockIndexer::Block &L, in loadFDRLog()331 const BlockIndexer::Block &R) { in loadFDRLog()
2 BlockIndexer.cpp
26 class BlockIndexer : public RecordVisitor {44 explicit BlockIndexer(Index &I) : RecordVisitor(), Indices(I) {} in BlockIndexer() function
93 BlockIndexer::Index Index; in __anon06fcd1400102()94 BlockIndexer BI(Index); in __anon06fcd1400102()
8 "BlockIndexer.cpp",
9 SRCS+= BlockIndexer.cpp \