Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c19 DataStart __asm("section$start$__DATA$" INSTR_PROF_DATA_SECT_NAME);
46 return &DataStart; in __llvm_profile_begin_data()
H A DInstrProfilingPlatformWindows.c38 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$A") DataStart = {0};
52 return &DataStart + 1; in __llvm_profile_begin_data()
H A DInstrProfilingFile.c281 static uint32_t orderFileWriter(FILE *File, const uint32_t *DataStart) { in orderFileWriter() argument
282 if (fwrite(DataStart, sizeof(uint32_t), INSTR_ORDER_FILE_BUFFER_SIZE, File) != in orderFileWriter()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DOnDiskHashTable.h198 uint64_t DataStart = Out.tell(); in Emit() local
201 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit()
203 assert(offset_type(End - DataStart) == Len.second && in Emit()