Home
last modified time | relevance | path

Searched defs:DataEnd (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/profile/
HDInstrProfilingBuffer.c18 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_get_size_for_buffer() local
33 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_get_size_for_buffer_internal()
51 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_write_buffer() local
65 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal()
HDInstrProfilingFile.c22 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in writeFile() local
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProfReader.h153 const ProfileData *DataEnd; variable
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp2727 const unsigned char *DataEnd = Data + Blob.size(); in ReadASTBlock() local