Searched refs:SkipNameDataWrite (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingWriter.c | 243 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 D | InstrProfilingInternal.h | 154 int SkipNameDataWrite); 163 const char *VNamesEnd, int SkipNameDataWrite,
|