OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataBegin
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingBuffer.c
17
const __llvm_profile_data *
DataBegin
= __llvm_profile_begin_data();
25
DataBegin
, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
32
const __llvm_profile_data *
DataBegin
, const __llvm_profile_data *DataEnd,
63
char *Buffer, const __llvm_profile_data *
DataBegin
,
66
return llvmWriteProfDataImpl(bufferWriter, Buffer,
DataBegin
, DataEnd,
InstrProfilingWriter.c
18
const __llvm_profile_data *
DataBegin
= __llvm_profile_begin_data();
24
return llvmWriteProfDataImpl(Writer, WriterCtx,
DataBegin
, DataEnd,
31
const __llvm_profile_data *
DataBegin
, const __llvm_profile_data *DataEnd,
37
const uint64_t DataSize = DataEnd -
DataBegin
;
58
{
DataBegin
, sizeof(__llvm_profile_data), DataSize},
InstrProfilingInternal.h
23
const __llvm_profile_data *
DataBegin
, const __llvm_profile_data *DataEnd,
37
char *Buffer, const __llvm_profile_data *
DataBegin
,
56
const __llvm_profile_data *
DataBegin
,
InstrProfiling.c
44
const __llvm_profile_data *
DataBegin
= __llvm_profile_begin_data();
47
for (DI =
DataBegin
; DI != DataEnd; ++DI) {
InstrProfilingValue.c
179
const __llvm_profile_data *
DataBegin
= __llvm_profile_begin_data();
185
for (I = (__llvm_profile_data *)
DataBegin
; I != DataEnd; ++I) {
214
for (I = (__llvm_profile_data *)
DataBegin
; I != DataEnd; ++I) {
Completed in 1071 milliseconds