Home
last modified time | relevance | path

Searched refs:FileBasedRecordProducer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecordProducer.h27 class FileBasedRecordProducer : public RecordProducer {
38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer() function
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp82 FileBasedRecordProducer::findNextBufferExtent() { in findNextBufferExtent()
112 Expected<std::unique_ptr<Record>> FileBasedRecordProducer::produce() { in produce()
H A DTrace.cpp286 FileBasedRecordProducer P(FileHeader, DE, OffsetPtr); in loadFDRLog()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp61 FileBasedRecordProducer P(H, DE, OffsetPtr); in __anonc19214950102()