Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c59 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } in __llvm_profile_begin_orderfile() function
DInstrProfilingPlatformWindows.c60 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } in __llvm_profile_begin_orderfile() function
DInstrProfilingPlatformLinux.c69 COMPILER_RT_VISIBILITY uint32_t *__llvm_profile_begin_orderfile(void) { in __llvm_profile_begin_orderfile() function
DInstrProfilingPlatformOther.c88 uint32_t *__llvm_profile_begin_orderfile(void) { return OrderFileFirst; } in __llvm_profile_begin_orderfile() function