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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
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 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
42 COMPILER_RT_VISIBILITY
[all...]
H A DInstrProfilingInternal.c18 COMPILER_RT_VISIBILITY unsigned lprofProfileDumped(void) {
22 COMPILER_RT_VISIBILITY void lprofSetProfileDumped(unsigned Value) {
H A DInstrProfilingRuntime.cpp16 extern COMPILER_RT_VISIBILITY void *__llvm_profile_keep[];
23 COMPILER_RT_VISIBILITY int INSTR_PROF_PROFILE_RUNTIME_VAR = RegisterRuntime();
H A DInstrProfilingPlatformOther.c42 COMPILER_RT_VISIBILITY
66 COMPILER_RT_VISIBILITY
79 COMPILER_RT_VISIBILITY
81 COMPILER_RT_VISIBILITY
83 COMPILER_RT_VISIBILITY
85 COMPILER_RT_VISIBILITY
87 COMPILER_RT_VISIBILITY
89 COMPILER_RT_VISIBILITY
91 COMPILER_RT_VISIBILITY
93 COMPILER_RT_VISIBILITY
[all...]
H A DInstrProfilingPlatformLinux.c38 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY
40 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY
42 extern char PROF_CNTS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
43 extern char PROF_CNTS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
44 extern char PROF_BITS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
45 extern char PROF_BITS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
46 extern uint32_t PROF_ORDERFILE_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
47 extern char PROF_NAME_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
48 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
49 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY COMPILER_RT_WEA
[all...]
H A DInstrProfilingBuffer.c28 COMPILER_RT_VISIBILITY int __llvm_profile_is_continuous_mode_enabled(void) {
32 COMPILER_RT_VISIBILITY void __llvm_profile_enable_continuous_mode(void) {
36 COMPILER_RT_VISIBILITY void __llvm_profile_disable_continuous_mode(void) {
40 COMPILER_RT_VISIBILITY void __llvm_profile_set_page_size(unsigned PS) {
44 COMPILER_RT_VISIBILITY
60 COMPILER_RT_VISIBILITY
68 COMPILER_RT_VISIBILITY
74 COMPILER_RT_VISIBILITY size_t __llvm_profile_counter_entry_size(void) {
80 COMPILER_RT_VISIBILITY
87 COMPILER_RT_VISIBILITY
[all...]
H A DInstrProfiling.c25 COMPILER_RT_VISIBILITY
31 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) {
36 COMPILER_RT_VISIBILITY void __llvm_profile_set_dumped(void) {
43 COMPILER_RT_VISIBILITY uint8_t
48 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) {
52 COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) {
H A DInstrProfilingUtil.c49 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) {
125 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) {
136 COMPILER_RT_VISIBILITY int lprofLockFd(int fd) {
161 COMPILER_RT_VISIBILITY in
[all...]
H A DInstrProfilingInternal.h188 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
189 COMPILER_RT_VISIBILITY extern uint8_t *DynamicBufferIOBuffer;
190 COMPILER_RT_VISIBILITY extern uint32_t VPBufferSize;
191 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;
193 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
194 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
H A DInstrProfilingMergeFile.c23 COMPILER_RT_VISIBILITY
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,
64 COMPILER_RT_VISIBILITY ProfBufferIO *
76 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) {
86 COMPILER_RT_VISIBILITY int
110 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) {
241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer,
258 COMPILER_RT_VISIBILITY in
[all...]
H A DInstrProfilingValue.c34 COMPILER_RT_VISIBILITY ValueProfNode
39 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite =
42 COMPILER_RT_VISIBILITY void lprofSetupValueProfiler(void) {
53 COMPILER_RT_VISIBILITY void lprofSetMaxValsPerSite(uint32_t MaxVals) {
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
257 COMPILER_RT_VISIBILITY voi
[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 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 DInstrProfilingPlatformFuchsia.c38 COMPILER_RT_VISIBILITY extern intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR;
40 COMPILER_RT_VISIBILITY unsigned lprofProfileDumped(void) {
43 COMPILER_RT_VISIBILITY void lprofSetProfileDumped(unsigned Value) {}
106 COMPILER_RT_VISIBILITY
H A DInstrProfilingPlatformAIX.c101 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) {
170 COMPILER_RT_VISIBILITY
173 COMPILER_RT_VISIBILITY
208 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 DInstrProfiling.h26 #define INSTR_PROF_VISIBILITY COMPILER_RT_VISIBILITY
287 COMPILER_RT_VISIBILITY extern int INSTR_PROF_PROFILE_RUNTIME_VAR;
H A DInstrProfilingMerge.c19 COMPILER_RT_VISIBILITY
22 COMPILER_RT_VISIBILITY
50 COMPILER_RT_VISIBILITY
110 COMPILER_RT_VISIBILITY
H A DInstrProfilingPlatformWindows.c81 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) {
H A DInstrProfilingFile.c199 COMPILER_RT_VISIBILITY intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_DEFAULT_VAR = 0;
204 COMPILER_RT_VISIBILITY extern intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR;
215 COMPILER_RT_VISIBILITY extern intptr_t INSTR_PROF_PROFILE_COUNTER_BIAS_VAR
335 COMPILER_RT_VISIBILITY ProfBufferIO *
985 COMPILER_RT_VISIBILITY
1016 COMPILER_RT_VISIBILITY
1039 COMPILER_RT_VISIBILITY
1066 COMPILER_RT_VISIBILITY
1077 COMPILER_RT_VISIBILITY
1088 COMPILER_RT_VISIBILITY
[all...]

Completed in 107 milliseconds