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
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 DInstrProfilingInternal.h154 int SkipNameDataWrite);
163 const char *VNamesEnd, int SkipNameDataWrite);