Home
last modified time | relevance | path

Searched refs:COMPILER_RT_VISIBILITY (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c17 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 DInstrProfilingPlatformLinux.c43 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY
45 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY
47 extern char PROF_CNTS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
48 extern char PROF_CNTS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
49 extern VTableProfData PROF_VTABLE_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
50 extern VTableProfData PROF_VTABLE_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
51 extern char PROF_VNAME_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
52 extern char PROF_VNAME_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
53 extern char PROF_BITS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
54 extern char PROF_BITS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
[all …]
H A DInstrProfilingPlatformOther.c46 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 DInstrProfilingBuffer.c28 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 DInstrProfilingUtil.c58 COMPILER_RT_VISIBILITY unsigned lprofDirMode = 0755;
60 COMPILER_RT_VISIBILITY
96 COMPILER_RT_VISIBILITY
99 COMPILER_RT_VISIBILITY
103 COMPILER_RT_VISIBILITY
112 COMPILER_RT_VISIBILITY
122 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName()
134 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName()
145 COMPILER_RT_VISIBILITY int lprofLockFd(int fd) { in lprofLockFd()
173 COMPILER_RT_VISIBILITY int lprofUnlockFd(int fd) { in lprofUnlockFd()
[all …]
H A DInstrProfiling.c25 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 DInstrProfilingValue.c34 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 DGCDAProfiling.c298 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 DInstrProfilingInternal.h193 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
194 COMPILER_RT_VISIBILITY extern uint8_t *DynamicBufferIOBuffer;
195 COMPILER_RT_VISIBILITY extern uint32_t VPBufferSize;
196 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;
198 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
199 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
H A DInstrProfilingWriter.c25 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()
264 COMPILER_RT_VISIBILITY int lprofWriteDataImpl( in lprofWriteDataImpl()
[all …]
H A DWindowsMMap.c27 COMPILER_RT_VISIBILITY
79 COMPILER_RT_VISIBILITY
86 COMPILER_RT_VISIBILITY
115 COMPILER_RT_VISIBILITY
156 COMPILER_RT_VISIBILITY
H A DInstrProfilingFile.c204 COMPILER_RT_VISIBILITY int64_t INSTR_PROF_PROFILE_COUNTER_BIAS_DEFAULT_VAR = 0;
207 COMPILER_RT_VISIBILITY int64_t INSTR_PROF_PROFILE_BITMAP_BIAS_DEFAULT_VAR = 0;
212 COMPILER_RT_VISIBILITY extern int64_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR;
213 COMPILER_RT_VISIBILITY extern int64_t INSTR_PROF_PROFILE_BITMAP_BIAS_VAR;
228 COMPILER_RT_VISIBILITY extern int64_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR
231 COMPILER_RT_VISIBILITY extern int64_t INSTR_PROF_PROFILE_BITMAP_BIAS_VAR
365 COMPILER_RT_VISIBILITY ProfBufferIO *
1047 COMPILER_RT_VISIBILITY
1078 COMPILER_RT_VISIBILITY
1103 COMPILER_RT_VISIBILITY
[all …]
H A DInstrProfilingPlatformFuchsia.c38 COMPILER_RT_VISIBILITY extern int64_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 DInstrProfilingRuntime.cpp16 extern COMPILER_RT_VISIBILITY void *__llvm_profile_keep[]; in RegisterRuntime()
23 COMPILER_RT_VISIBILITY int INSTR_PROF_PROFILE_RUNTIME_VAR = RegisterRuntime();
H A DInstrProfilingInternal.c18 COMPILER_RT_VISIBILITY unsigned lprofProfileDumped(void) { in lprofProfileDumped()
22 COMPILER_RT_VISIBILITY void lprofSetProfileDumped(unsigned Value) { in lprofSetProfileDumped()
H A DInstrProfilingPlatformAIX.c101 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 DInstrProfiling.h26 #define INSTR_PROF_VISIBILITY COMPILER_RT_VISIBILITY
325 COMPILER_RT_VISIBILITY extern int INSTR_PROF_PROFILE_RUNTIME_VAR;
335 COMPILER_RT_VISIBILITY extern uint64_t
H A DInstrProfilingMerge.c19 COMPILER_RT_VISIBILITY
22 COMPILER_RT_VISIBILITY
50 COMPILER_RT_VISIBILITY
130 COMPILER_RT_VISIBILITY
H A DInstrProfilingPort.h17 #define COMPILER_RT_VISIBILITY macro
30 #define COMPILER_RT_VISIBILITY macro
34 #define COMPILER_RT_VISIBILITY __attribute__((visibility("hidden"))) macro
H A DInstrProfilingNameVar.c17 COMPILER_RT_WEAK COMPILER_RT_VISIBILITY char INSTR_PROF_PROFILE_NAME_VAR[1] = {0};
H A DInstrProfilingVersionVar.c17 COMPILER_RT_VISIBILITY COMPILER_RT_WEAK uint64_t INSTR_PROF_RAW_VERSION_VAR =
H A DInstrProfilingMergeFile.c23 COMPILER_RT_VISIBILITY
H A DInstrProfilingPlatformWindows.c97 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids()