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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c69 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } function
H A DInstrProfilingPlatformDarwin.c68 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } function
H A DInstrProfilingPlatformOther.c97 uint32_t *__llvm_profile_begin_orderfile(void) { return OrderFileFirst; } function
H A DInstrProfiling.h112 uint32_t *__llvm_profile_begin_orderfile();
H A DInstrProfilingPlatformLinux.c78 COMPILER_RT_VISIBILITY uint32_t *__llvm_profile_begin_orderfile(void) { function
H A DInstrProfilingFile.c552 const uint32_t *DataBegin = __llvm_profile_begin_orderfile();

Completed in 118 milliseconds