HomeSort by: relevance | last modified time | path
    Searched refs:COMPILER_RT_VISIBILITY (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 14 COMPILER_RT_VISIBILITY
17 COMPILER_RT_VISIBILITY
20 COMPILER_RT_VISIBILITY
23 COMPILER_RT_VISIBILITY
25 COMPILER_RT_VISIBILITY
28 COMPILER_RT_VISIBILITY
32 COMPILER_RT_VISIBILITY
36 COMPILER_RT_VISIBILITY
38 COMPILER_RT_VISIBILITY
40 COMPILER_RT_VISIBILITY
    [all...]
InstrProfilingPlatformLinux.c 25 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY;
26 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY;
27 extern uint64_t PROF_CNTS_START COMPILER_RT_VISIBILITY;
28 extern uint64_t PROF_CNTS_STOP COMPILER_RT_VISIBILITY;
29 extern char PROF_NAME_START COMPILER_RT_VISIBILITY;
30 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY;
39 COMPILER_RT_VISIBILITY const __llvm_profile_data *
43 COMPILER_RT_VISIBILITY const __llvm_profile_data *
47 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) {
50 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void)
    [all...]
InstrProfilingRuntime.cc 14 COMPILER_RT_VISIBILITY int __llvm_profile_runtime;
InstrProfilingPlatformOther.c 29 COMPILER_RT_VISIBILITY
56 COMPILER_RT_VISIBILITY
58 COMPILER_RT_VISIBILITY
60 COMPILER_RT_VISIBILITY
62 COMPILER_RT_VISIBILITY
64 COMPILER_RT_VISIBILITY
66 COMPILER_RT_VISIBILITY
InstrProfiling.c 23 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) {
31 COMPILER_RT_VISIBILITY uint8_t
36 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) {
40 COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) {
InstrProfilingBuffer.c 13 COMPILER_RT_VISIBILITY
28 COMPILER_RT_VISIBILITY
41 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) {
45 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer_internal(
InstrProfilingUtil.c 22 COMPILER_RT_VISIBILITY
WindowsMMap.c 31 COMPILER_RT_VISIBILITY
83 COMPILER_RT_VISIBILITY
90 COMPILER_RT_VISIBILITY
119 COMPILER_RT_VISIBILITY
InstrProfilingPort.h 15 #define COMPILER_RT_VISIBILITY
19 #define COMPILER_RT_VISIBILITY __attribute__((visibility("hidden")))
23 #define COMPILER_RT_VISIBILITY
InstrProfilingWriter.c 23 COMPILER_RT_VISIBILITY uint32_t llvmBufferWriter(ProfDataIOVec *IOVecs,
45 COMPILER_RT_VISIBILITY ProfBufferIO *
57 COMPILER_RT_VISIBILITY void llvmDeleteBufferIO(ProfBufferIO *BufferIO) {
62 COMPILER_RT_VISIBILITY int
83 COMPILER_RT_VISIBILITY int llvmBufferIOFlush(ProfBufferIO *BufferIO) {
94 COMPILER_RT_VISIBILITY int llvmWriteProfData(WriterCallback Writer,
139 COMPILER_RT_VISIBILITY int llvmWriteProfDataImpl(
InstrProfilingFile.c 33 COMPILER_RT_VISIBILITY ProfBufferIO *
178 COMPILER_RT_VISIBILITY
188 COMPILER_RT_VISIBILITY
193 COMPILER_RT_VISIBILITY
202 COMPILER_RT_VISIBILITY
232 COMPILER_RT_VISIBILITY
InstrProfilingValue.c 29 COMPILER_RT_VISIBILITY
41 COMPILER_RT_VISIBILITY void
48 COMPILER_RT_VISIBILITY const __llvm_profile_data *
54 COMPILER_RT_VISIBILITY void *
82 COMPILER_RT_VISIBILITY void
133 COMPILER_RT_VISIBILITY ValueProfData **

Completed in 41 milliseconds