Searched refs:getNextRecord (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_controller.h49 W.getNextRecord() + S <= reinterpret_cast<char *>(B.Data) + B.Size;
61 DCHECK_EQ(W.getNextRecord(), B.Data);
194 internal_memcpy(&F, W.getNextRecord(), sizeof(FunctionRecord));
209 auto RewindingRecordPtr = W.getNextRecord() - sizeof(FunctionRecord);
H A Dxray_fdr_log_writer.h215 char *getNextRecord() const { return NextRecord; } function in class:__xray::FDRLogWriter

Completed in 230 milliseconds