OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountersBegin
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingBuffer.c
17
const uint64_t *
CountersBegin
= __llvm_profile_begin_counters();
23
DataBegin, DataEnd,
CountersBegin
, CountersEnd, NamesBegin, NamesEnd);
37
const uint64_t *
CountersBegin
, const uint64_t *CountersEnd,
45
(CountersEnd -
CountersBegin
) * sizeof(uint64_t) + NamesSize + Padding;
54
const __llvm_profile_data *DataEnd, const uint64_t *
CountersBegin
,
57
CountersBegin
, CountersEnd, 0, NamesBegin,
InstrProfilingInternal.h
24
const uint64_t *
CountersBegin
, const uint64_t *CountersEnd,
38
const __llvm_profile_data *DataEnd, const uint64_t *
CountersBegin
,
141
const uint64_t *
CountersBegin
,
InstrProfilingWriter.c
234
const uint64_t *
CountersBegin
= __llvm_profile_begin_counters();
239
CountersBegin
, CountersEnd, VPDataReader,
247
const uint64_t *
CountersBegin
, const uint64_t *CountersEnd,
253
const uint64_t CountersSize = CountersEnd -
CountersBegin
;
273
{
CountersBegin
, sizeof(uint64_t), CountersSize},
InstrProfData.inc
136
INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)
CountersBegin
)
/external/llvm/include/llvm/ProfileData/
InstrProfData.inc
136
INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)
CountersBegin
)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfData.inc
136
INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)
CountersBegin
)
Completed in 1767 milliseconds