Searched refs:BlockIndexer (Results 1 – 5 of 5) 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 …]
17 #include "llvm/XRay/BlockIndexer.h"298 BlockIndexer::Index Index; in loadFDRLog() 300 BlockIndexer Indexer(Index); in loadFDRLog() 331 llvm::sort(Blocks, [](const BlockIndexer::Block &L, in loadFDRLog() 332 const BlockIndexer::Block &R) { in loadFDRLog()
26 class BlockIndexer : public RecordVisitor {44 explicit BlockIndexer(Index &I) : Indices(I) {} in BlockIndexer() function
16 #include "llvm/XRay/BlockIndexer.h"93 BlockIndexer::Index Index; in __anonc19214950102() 94 BlockIndexer BI(Index); in __anonc19214950102()
2001 SRCS_EXT+= XRay/BlockIndexer.cpp