Home
last modified time | relevance | path

Searched refs:__llvm_profile_data_end (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfiling.h54 const __llvm_profile_data *__llvm_profile_data_end(void);
DInstrProfilingPlatformDarwin.c32 const __llvm_profile_data *__llvm_profile_data_end(void) { in __llvm_profile_data_end() function
DInstrProfilingBuffer.c30 const __llvm_profile_data *DataEnd = __llvm_profile_data_end(); in __llvm_profile_write_buffer()
DInstrProfilingPlatformOther.c63 const __llvm_profile_data *__llvm_profile_data_end(void) { in __llvm_profile_data_end() function
DInstrProfilingFile.c20 const __llvm_profile_data *DataEnd = __llvm_profile_data_end(); in writeFile()