Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c66 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes() function
DInstrProfilingPlatformWindows.c64 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes() function
DInstrProfilingPlatformOther.c100 ValueProfNode *__llvm_profile_end_vnodes(void) { return 0; } in __llvm_profile_end_vnodes() function
DInstrProfiling.h92 ValueProfNode *__llvm_profile_end_vnodes();
DInstrProfilingMerge.c33 (uint64_t)(__llvm_profile_end_vnodes() - __llvm_profile_begin_vnodes()); in lprofGetLoadModuleSignature()
DInstrProfilingPlatformLinux.c85 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { in __llvm_profile_end_vnodes() function