OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPMergeHook
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingMerge.c
20
COMPILER_RT_WEAK void (*
VPMergeHook
)(ValueProfData *,
119
if (!
VPMergeHook
)
128
VPMergeHook
(SrcValueProfData, DstData);
InstrProfilingMergeFile.c
20
void (*
VPMergeHook
)(ValueProfData *,
InstrProfilingInternal.h
174
extern void (*
VPMergeHook
)(struct ValueProfData *, __llvm_profile_data *);
Completed in 222 milliseconds