OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountersEnd
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingBuffer.c
18
const uint64_t *
CountersEnd
= __llvm_profile_end_counters();
23
DataBegin, DataEnd, CountersBegin,
CountersEnd
, NamesBegin, NamesEnd);
31
const uint64_t *CountersBegin, const uint64_t *
CountersEnd
,
48
const uint64_t *
CountersEnd
, const char *NamesBegin, const char *NamesEnd) {
50
CountersBegin,
CountersEnd
, 0, 0, NamesBegin,
InstrProfilingPlatformDarwin.c
30
CountersEnd
__asm("section$end$__DATA$" INSTR_PROF_CNTS_SECT_NAME_STR);
45
uint64_t *__llvm_profile_end_counters(void) { return &
CountersEnd
; }
InstrProfilingInternal.h
24
const uint64_t *CountersBegin, const uint64_t *
CountersEnd
,
39
const uint64_t *
CountersEnd
, const char *NamesBegin, const char *NamesEnd);
108
const uint64_t *
CountersEnd
,
InstrProfilingWriter.c
102
const uint64_t *
CountersEnd
= __llvm_profile_end_counters();
106
CountersBegin,
CountersEnd
, ValueDataArray,
142
const uint64_t *CountersBegin, const uint64_t *
CountersEnd
,
148
const uint64_t CountersSize =
CountersEnd
- CountersBegin;
Completed in 12 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025