Home
last modified time | relevance | path

Searched refs:SkipNameDataWrite (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c243 int SkipNameDataWrite) { in lprofWriteData() argument
261 VNamesBegin, VNamesEnd, SkipNameDataWrite, Version); in lprofWriteData()
271 const char *VNamesEnd, int SkipNameDataWrite, uint64_t Version) { in lprofWriteDataImpl() argument
343 {SkipNameDataWrite ? NULL : NamesBegin, sizeof(uint8_t), NamesSize, 0}, in lprofWriteDataImpl()
347 {SkipNameDataWrite ? NULL : VNamesBegin, sizeof(uint8_t), VNamesSize, 0}, in lprofWriteDataImpl()
H A DInstrProfilingInternal.h154 int SkipNameDataWrite);
163 const char *VNamesEnd, int SkipNameDataWrite,