Searched defs:__llvm_profile_begin_orderfile (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c56 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } function
H A DInstrProfilingPlatformWindows.c60 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } function
H A DInstrProfilingPlatformLinux.c69 COMPILER_RT_VISIBILITY uint32_t *__llvm_profile_begin_orderfile(void) { function
H A DInstrProfilingPlatformOther.c88 uint32_t *__llvm_profile_begin_orderfile(void) { return OrderFileFirst; } function

Completed in 57 milliseconds