Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c91 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes() function
H A DInstrProfilingPlatformDarwin.c98 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes() function
H A DInstrProfilingPlatformOther.c119 ValueProfNode *__llvm_profile_end_vnodes(void) { return 0; } in __llvm_profile_end_vnodes() function
H A DInstrProfiling.h118 ValueProfNode *__llvm_profile_end_vnodes();
H A DInstrProfilingPlatformLinux.c107 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { in __llvm_profile_end_vnodes() function
H A DInstrProfilingMerge.c33 (uint64_t)(__llvm_profile_end_vnodes() - __llvm_profile_begin_vnodes()); in lprofGetLoadModuleSignature()