Searched defs:__llvm_profile_begin_orderfile (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ | ||
H A D | InstrProfilingPlatformDarwin.c | 68 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } __llvm_profile_begin_orderfile() function |
H A D | InstrProfilingPlatformWindows.c | 69 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } __llvm_profile_begin_orderfile() function |
H A D | InstrProfilingPlatformOther.c | 97 uint32_t *__llvm_profile_begin_orderfile(void) { return OrderFileFirst; } __llvm_profile_begin_orderfile() function |
H A D | InstrProfilingPlatformLinux.c | 78 COMPILER_RT_VISIBILITY uint32_t *__llvm_profile_begin_orderfile(void) { __llvm_profile_begin_orderfile() function |