/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformDarwin.c | 17 COMPILER_RT_VISIBILITY 20 COMPILER_RT_VISIBILITY 23 COMPILER_RT_VISIBILITY 26 COMPILER_RT_VISIBILITY 28 COMPILER_RT_VISIBILITY 31 COMPILER_RT_VISIBILITY 33 COMPILER_RT_VISIBILITY 36 COMPILER_RT_VISIBILITY 38 COMPILER_RT_VISIBILITY 41 COMPILER_RT_VISIBILITY [all …]
|
H A D | InstrProfilingPlatformLinux.c | 42 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY 44 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY 46 extern char PROF_CNTS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; 47 extern char PROF_CNTS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; 48 extern VTableProfData PROF_VTABLE_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; 49 extern VTableProfData PROF_VTABLE_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; 50 extern char PROF_VNAME_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; 51 extern char PROF_VNAME_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; 52 extern char PROF_BITS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; 53 extern char PROF_BITS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK; [all …]
|
H A D | InstrProfilingPlatformOther.c | 46 COMPILER_RT_VISIBILITY 70 COMPILER_RT_VISIBILITY 83 COMPILER_RT_VISIBILITY 85 COMPILER_RT_VISIBILITY 87 COMPILER_RT_VISIBILITY const VTableProfData * 91 COMPILER_RT_VISIBILITY const VTableProfData *__llvm_profile_end_vtables(void) { in __llvm_profile_end_vtables() 94 COMPILER_RT_VISIBILITY 96 COMPILER_RT_VISIBILITY 98 COMPILER_RT_VISIBILITY 100 COMPILER_RT_VISIBILITY [all …]
|
H A D | InstrProfilingBuffer.c | 28 COMPILER_RT_VISIBILITY int __llvm_profile_is_continuous_mode_enabled(void) { in __llvm_profile_is_continuous_mode_enabled() 32 COMPILER_RT_VISIBILITY void __llvm_profile_enable_continuous_mode(void) { in __llvm_profile_enable_continuous_mode() 36 COMPILER_RT_VISIBILITY void __llvm_profile_disable_continuous_mode(void) { in __llvm_profile_disable_continuous_mode() 40 COMPILER_RT_VISIBILITY void __llvm_profile_set_page_size(unsigned PS) { in __llvm_profile_set_page_size() 44 COMPILER_RT_VISIBILITY 66 COMPILER_RT_VISIBILITY 74 COMPILER_RT_VISIBILITY 86 COMPILER_RT_VISIBILITY 94 COMPILER_RT_VISIBILITY 100 COMPILER_RT_VISIBILITY size_t __llvm_profile_counter_entry_size(void) { in __llvm_profile_counter_entry_size() [all …]
|
H A D | InstrProfilingUtil.c | 49 COMPILER_RT_VISIBILITY unsigned lprofDirMode = 0755; 51 COMPILER_RT_VISIBILITY 87 COMPILER_RT_VISIBILITY 90 COMPILER_RT_VISIBILITY 94 COMPILER_RT_VISIBILITY 103 COMPILER_RT_VISIBILITY 113 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName() 125 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName() 136 COMPILER_RT_VISIBILITY int lprofLockFd(int fd) { in lprofLockFd() 161 COMPILER_RT_VISIBILITY int lprofUnlockFd(int fd) { in lprofUnlockFd() [all …]
|
H A D | InstrProfiling.c | 25 COMPILER_RT_VISIBILITY 31 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) { in __llvm_profile_get_magic() 36 COMPILER_RT_VISIBILITY void __llvm_profile_set_dumped(void) { in __llvm_profile_set_dumped() 43 COMPILER_RT_VISIBILITY uint8_t 48 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) { in __llvm_profile_get_version() 52 COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) { in __llvm_profile_reset_counters()
|
H A D | InstrProfilingValue.c | 34 COMPILER_RT_VISIBILITY ValueProfNode 39 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite = 42 COMPILER_RT_VISIBILITY void lprofSetupValueProfiler(void) { in lprofSetupValueProfiler() 53 COMPILER_RT_VISIBILITY void lprofSetMaxValsPerSite(uint32_t MaxVals) { in lprofSetMaxValsPerSite() 59 COMPILER_RT_VISIBILITY void 78 COMPILER_RT_VISIBILITY const __llvm_profile_data * 84 COMPILER_RT_VISIBILITY void * 241 COMPILER_RT_VISIBILITY void 246 COMPILER_RT_VISIBILITY void in __llvm_profile_instrument_target_value() 257 COMPILER_RT_VISIBILITY voi in __llvm_profile_instrument_memop() [all...] |
H A D | InstrProfilingInternal.h | 192 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *); 193 COMPILER_RT_VISIBILITY extern uint8_t *DynamicBufferIOBuffer; 194 COMPILER_RT_VISIBILITY extern uint32_t VPBufferSize; 195 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite; 197 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode; 198 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
|
H A D | InstrProfilingWriter.c | 25 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL; 32 COMPILER_RT_VISIBILITY uint8_t *DynamicBufferIOBuffer = 0; 33 COMPILER_RT_VISIBILITY uint32_t VPBufferSize = 0; 38 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This, in lprofBufferWriter() 64 COMPILER_RT_VISIBILITY ProfBufferIO * 76 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) { in lprofDeleteBufferIO() 86 COMPILER_RT_VISIBILITY int 110 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) { in lprofBufferIOFlush() 241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, in lprofWriteData() 263 COMPILER_RT_VISIBILITY int [all …]
|
H A D | WindowsMMap.c | 27 COMPILER_RT_VISIBILITY 79 COMPILER_RT_VISIBILITY 86 COMPILER_RT_VISIBILITY 115 COMPILER_RT_VISIBILITY 156 COMPILER_RT_VISIBILITY
|
H A D | GCDAProfiling.c | 298 COMPILER_RT_VISIBILITY 372 COMPILER_RT_VISIBILITY 394 COMPILER_RT_VISIBILITY 446 COMPILER_RT_VISIBILITY 510 COMPILER_RT_VISIBILITY 536 COMPILER_RT_VISIBILITY 541 COMPILER_RT_VISIBILITY 567 COMPILER_RT_VISIBILITY 572 COMPILER_RT_VISIBILITY 575 COMPILER_RT_VISIBILITY [all …]
|
H A D | InstrProfilingFile.c | 201 COMPILER_RT_VISIBILITY intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_DEFAULT_VAR = 0; 206 COMPILER_RT_VISIBILITY extern intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR; 217 COMPILER_RT_VISIBILITY extern intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR 339 COMPILER_RT_VISIBILITY ProfBufferIO * 989 COMPILER_RT_VISIBILITY 1020 COMPILER_RT_VISIBILITY 1043 COMPILER_RT_VISIBILITY 1070 COMPILER_RT_VISIBILITY 1081 COMPILER_RT_VISIBILITY 1092 COMPILER_RT_VISIBILITY [all …]
|
H A D | InstrProfilingPlatformFuchsia.c | 38 COMPILER_RT_VISIBILITY extern intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR; 40 COMPILER_RT_VISIBILITY unsigned lprofProfileDumped(void) { in lprofProfileDumped() 43 COMPILER_RT_VISIBILITY void lprofSetProfileDumped(unsigned Value) {} in lprofSetProfileDumped() 106 COMPILER_RT_VISIBILITY
|
H A D | InstrProfilingPlatformAIX.c | 101 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() 170 COMPILER_RT_VISIBILITY 173 COMPILER_RT_VISIBILITY 213 COMPILER_RT_VISIBILITY
|
H A D | InstrProfilingRuntime.cpp | 16 extern COMPILER_RT_VISIBILITY void *__llvm_profile_keep[]; in RegisterRuntime() 23 COMPILER_RT_VISIBILITY int INSTR_PROF_PROFILE_RUNTIME_VAR = RegisterRuntime();
|
H A D | InstrProfilingInternal.c | 18 COMPILER_RT_VISIBILITY unsigned lprofProfileDumped(void) { in lprofProfileDumped() 22 COMPILER_RT_VISIBILITY void lprofSetProfileDumped(unsigned Value) { in lprofSetProfileDumped()
|
H A D | InstrProfiling.h | 26 #define INSTR_PROF_VISIBILITY COMPILER_RT_VISIBILITY 307 COMPILER_RT_VISIBILITY extern int INSTR_PROF_PROFILE_RUNTIME_VAR; 317 COMPILER_RT_VISIBILITY extern uint64_t
|
H A D | InstrProfilingMerge.c | 19 COMPILER_RT_VISIBILITY 22 COMPILER_RT_VISIBILITY 50 COMPILER_RT_VISIBILITY 130 COMPILER_RT_VISIBILITY
|
H A D | InstrProfilingPort.h | 17 #define COMPILER_RT_VISIBILITY macro 30 #define COMPILER_RT_VISIBILITY macro 34 #define COMPILER_RT_VISIBILITY __attribute__((visibility("hidden"))) macro
|
H A D | InstrProfilingNameVar.c | 17 COMPILER_RT_WEAK COMPILER_RT_VISIBILITY char INSTR_PROF_PROFILE_NAME_VAR[1] = {0};
|
H A D | InstrProfilingVersionVar.c | 17 COMPILER_RT_VISIBILITY COMPILER_RT_WEAK uint64_t INSTR_PROF_RAW_VERSION_VAR =
|
H A D | InstrProfilingMergeFile.c | 23 COMPILER_RT_VISIBILITY
|
H A D | InstrProfilingPlatformWindows.c | 100 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids()
|