Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c18 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer() local
37 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal()
55 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal()
DInstrProfilingWriter.c235 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData() local
247 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DInstrProfCorrelator.cpp308 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; in correlateProfileDataImpl() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h296 const char *CountersEnd; variable