Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp297 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()
H A DCMakeLists.txt2 BlockIndexer.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DBlockIndexer.h26 class BlockIndexer : public RecordVisitor {
44 explicit BlockIndexer(Index &I) : RecordVisitor(), Indices(I) {} in BlockIndexer() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp93 BlockIndexer::Index Index; in __anon06fcd1400102()
94 BlockIndexer BI(Index); in __anon06fcd1400102()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/XRay/
H A DBUILD.gn8 "BlockIndexer.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMXRay/
H A DMakefile9 SRCS+= BlockIndexer.cpp \