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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c63 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } function
H A DInstrProfilingPlatformLinux.c77 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { function
H A DInstrProfilingPlatformWindows.c63 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } function
H A DInstrProfiling.h83 ValueProfNode *__llvm_profile_end_vnodes();
H A DInstrProfilingPlatformOther.c95 ValueProfNode *__llvm_profile_end_vnodes(void) { return 0; } function
H A DInstrProfilingMerge.c32 (uint64_t)(__llvm_profile_end_vnodes() - __llvm_profile_begin_vnodes());

Completed in 63 milliseconds