Searched refs:__llvm_profile_end_vnodes (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c72 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } function
H A DInstrProfilingPlatformDarwin.c75 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } function
H A DInstrProfilingPlatformOther.c104 ValueProfNode *__llvm_profile_end_vnodes(void) { return 0; } function
H A DInstrProfiling.h111 ValueProfNode *__llvm_profile_end_vnodes();
H A DInstrProfilingPlatformLinux.c86 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { function
H A DInstrProfilingMerge.c33 (uint64_t)(__llvm_profile_end_vnodes() - __llvm_profile_begin_vnodes());

Completed in 113 milliseconds