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 260 VNamesBegin, VNamesEnd, SkipNameDataWrite); in lprofWriteData() 271 const char *VNamesEnd, int SkipNameDataWrite) { in lprofWriteDataImpl() argument 342 {SkipNameDataWrite ? NULL : NamesBegin, sizeof(uint8_t), NamesSize, 0}, in lprofWriteDataImpl() 346 {SkipNameDataWrite ? NULL : VNamesBegin, sizeof(uint8_t), VNamesSize, 0}, in lprofWriteDataImpl()
|
H A D | InstrProfilingInternal.h | 154 int SkipNameDataWrite); 163 const char *VNamesEnd, int SkipNameDataWrite);
|