Searched refs:DataStart (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c15 DataStart __asm("section$start$__DATA$" INSTR_PROF_DATA_SECT_NAME);
43 return &DataStart;
H A DInstrProfilingPlatformWindows.c37 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$A") DataStart = {0};
51 return &DataStart + 1;
H A DInstrProfilingFile.c152 static uint32_t orderFileWriter(FILE *File, const uint32_t *DataStart) { argument
153 if (fwrite(DataStart, sizeof(uint32_t), INSTR_ORDER_FILE_BUFFER_SIZE, File) !=
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h198 uint64_t DataStart = Out.tell(); local
201 assert(offset_type(DataStart - KeyStart) == Len.first &&
203 assert(offset_type(End - DataStart) == Len.second &&

Completed in 131 milliseconds