Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c59 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } in __llvm_profile_begin_orderfile() function
DInstrProfilingPlatformWindows.c61 uint32_t *__llvm_profile_begin_orderfile(void) { return &OrderFileStart; } in __llvm_profile_begin_orderfile() function
DInstrProfilingPlatformOther.c93 uint32_t *__llvm_profile_begin_orderfile(void) { return OrderFileFirst; } in __llvm_profile_begin_orderfile() function
DInstrProfiling.h93 uint32_t *__llvm_profile_begin_orderfile();
DInstrProfilingPlatformLinux.c77 COMPILER_RT_VISIBILITY uint32_t *__llvm_profile_begin_orderfile(void) { in __llvm_profile_begin_orderfile() function
DInstrProfilingFile.c508 const uint32_t *DataBegin = __llvm_profile_begin_orderfile(); in writeOrderFile()