Home
last modified time | relevance | path

Searched refs:BlockIndexer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockIndexer.cpp18 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 …]
H A DTrace.cpp17 #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()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockIndexer.h26 class BlockIndexer : public RecordVisitor {
44 explicit BlockIndexer(Index &I) : Indices(I) {} in BlockIndexer() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp16 #include "llvm/XRay/BlockIndexer.h"
93 BlockIndexer::Index Index; in __anonc19214950102()
94 BlockIndexer BI(Index); in __anonc19214950102()
/freebsd/lib/clang/libllvm/
H A DMakefile2001 SRCS_EXT+= XRay/BlockIndexer.cpp