OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataEnd
(Results
1 - 11
of
11
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingBuffer.c
18
const __llvm_profile_data *
DataEnd
= __llvm_profile_end_data();
25
DataBegin,
DataEnd
, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
32
const __llvm_profile_data *DataBegin, const __llvm_profile_data *
DataEnd
,
64
const __llvm_profile_data *
DataEnd
, const uint64_t *CountersBegin,
66
return llvmWriteProfDataImpl(bufferWriter, Buffer, DataBegin,
DataEnd
,
InstrProfilingInternal.h
23
const __llvm_profile_data *DataBegin, const __llvm_profile_data *
DataEnd
,
38
const __llvm_profile_data *
DataEnd
, const uint64_t *CountersBegin,
57
const __llvm_profile_data *
DataEnd
,
InstrProfilingPlatformDarwin.c
19
DataEnd
__asm("section$end$__DATA$" INSTR_PROF_DATA_SECT_NAME_STR);
37
const __llvm_profile_data *__llvm_profile_end_data(void) { return &
DataEnd
; }
InstrProfilingWriter.c
19
const __llvm_profile_data *
DataEnd
= __llvm_profile_end_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;
InstrProfiling.c
45
const __llvm_profile_data *
DataEnd
= __llvm_profile_end_data();
47
for (DI = DataBegin; DI !=
DataEnd
; ++DI) {
InstrProfilingValue.c
178
const __llvm_profile_data *
DataEnd
= __llvm_profile_end_data();
185
for (I = (__llvm_profile_data *)DataBegin; I !=
DataEnd
; ++I) {
214
for (I = (__llvm_profile_data *)DataBegin; I !=
DataEnd
; ++I) {
/external/compiler-rt/test/profile/
instrprof-value-prof-2.c
32
const __llvm_profile_data *Data, *
DataEnd
;
35
DataEnd
= __llvm_profile_end_data();
36
for (; Data <
DataEnd
; Data = __llvm_profile_iterate_data(Data)) {
instrprof-value-prof.c
62
const __llvm_profile_data *Data, *
DataEnd
;
75
DataEnd
= __llvm_profile_end_data();
77
for (; Data <
DataEnd
; Data = __llvm_profile_iterate_data(Data)) {
/external/llvm/include/llvm/ProfileData/
InstrProfReader.h
160
const RawInstrProf::ProfileData<IntPtrT> *
DataEnd
;
209
bool atEnd() const { return Data ==
DataEnd
; }
/external/llvm/lib/ProfileData/
InstrProfReader.cpp
283
for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I !=
DataEnd
; ++I) {
323
DataEnd
= Data + DataSize;
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 143 milliseconds