OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstData
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingMerge.c
45
__llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *
DstData
;
72
DstData
= (__llvm_profile_data *)__llvm_profile_begin_data();
73
SrcData < SrcDataEnd; ++SrcData, ++
DstData
) {
74
if (SrcData->NameRef !=
DstData
->NameRef ||
75
SrcData->FuncHash !=
DstData
->FuncHash ||
76
SrcData->NumCounters !=
DstData
->NumCounters)
87
__llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *
DstData
;
104
DstData
= (__llvm_profile_data *)__llvm_profile_begin_data(),
106
SrcData < SrcDataEnd; ++SrcData, ++
DstData
) {
108
uint64_t *DstCounters = (uint64_t *)
DstData
->CounterPtr
[
all
...]
InstrProfilingMergeFile.c
24
* in-memory profile counters pointed by to
DstData
. */
26
__llvm_profile_data *
DstData
) {
36
__llvm_profile_instrument_target(VData[V].Value,
DstData
, S);
InstrProfData.inc
533
* and serialize the data into \c
DstData
if it is not NULL or heap
535
*
DstData
is not null, the caller is expected to set the TotalSize
536
* in
DstData
.
540
ValueProfData *
DstData
) {
543
DstData
?
DstData
->TotalSize : getValueProfDataSize(Closure);
546
DstData
?
DstData
: Closure->AllocValueProfData(TotalSize);
InstrProfilingInternal.h
147
* in-memory profile counters pointed by to
DstData
. */
149
__llvm_profile_data *
DstData
);
/external/llvm/include/llvm/ProfileData/
InstrProfData.inc
533
* and serialize the data into \c
DstData
if it is not NULL or heap
535
*
DstData
is not null, the caller is expected to set the TotalSize
536
* in
DstData
.
540
ValueProfData *
DstData
) {
543
DstData
?
DstData
->TotalSize : getValueProfDataSize(Closure);
546
DstData
?
DstData
: Closure->AllocValueProfData(TotalSize);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfData.inc
570
* and serialize the data into \c
DstData
if it is not NULL or heap
572
*
DstData
is not null, the caller is expected to set the TotalSize
573
* in
DstData
.
577
ValueProfData *
DstData
) {
580
DstData
?
DstData
->TotalSize : getValueProfDataSize(Closure);
583
DstData
?
DstData
: Closure->AllocValueProfData(TotalSize);
Completed in 151 milliseconds