OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__llvm_profile_end_vnodes
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c
59
ValueProfNode *
__llvm_profile_end_vnodes
(void) { return &VNodesEnd; }
function
InstrProfilingPlatformLinux.c
69
COMPILER_RT_VISIBILITY ValueProfNode *
__llvm_profile_end_vnodes
(void) {
function
InstrProfilingPlatformOther.c
89
ValueProfNode *
__llvm_profile_end_vnodes
(void) { return 0; }
function
Completed in 467 milliseconds