Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp112 LW->WriteAll(reinterpret_cast<char *>(&Header), in getLog()
247 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLog()
270 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLogWithArg()
293 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLogWithArg()
360 TLD.LogWriter->WriteAll(reinterpret_cast<char *>(TLD.InMemoryBuffer), in TLDDestructor()
H A Dxray_utils.cpp49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll() function in __xray::LogWriter
140 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT {
H A Dxray_utils.h39 void WriteAll(const char *Begin, const char *End);
H A Dxray_fdr_logging.cpp349 LW->WriteAll(reinterpret_cast<char *>(&Header), in fdrLoggingFlush()
373 LW->WriteAll(reinterpret_cast<char *>(&ExtentsRecord), in fdrLoggingFlush()
376 LW->WriteAll(reinterpret_cast<char *>(B.Data), in fdrLoggingFlush()
H A Dxray_profiling.cpp252 LW->WriteAll(reinterpret_cast<const char *>(B.Data), in profilingFlush()