Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c14 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
35 COMPILER_RT_VISIBILITY
39 COMPILER_RT_VISIBILITY
43 COMPILER_RT_VISIBILITY
[all …]
DInstrProfilingPlatformLinux.c27 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY;
28 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY;
29 extern uint64_t PROF_CNTS_START COMPILER_RT_VISIBILITY;
30 extern uint64_t PROF_CNTS_STOP COMPILER_RT_VISIBILITY;
31 extern char PROF_NAME_START COMPILER_RT_VISIBILITY;
32 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY;
33 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY;
34 extern ValueProfNode PROF_VNODES_STOP COMPILER_RT_VISIBILITY;
44 COMPILER_RT_VISIBILITY const __llvm_profile_data *
48 COMPILER_RT_VISIBILITY const __llvm_profile_data *
[all …]
DInstrProfilingPlatformOther.c38 COMPILER_RT_VISIBILITY
58 COMPILER_RT_VISIBILITY
71 COMPILER_RT_VISIBILITY
73 COMPILER_RT_VISIBILITY
75 COMPILER_RT_VISIBILITY
77 COMPILER_RT_VISIBILITY
79 COMPILER_RT_VISIBILITY
81 COMPILER_RT_VISIBILITY
84 COMPILER_RT_VISIBILITY
88 COMPILER_RT_VISIBILITY
[all …]
DInstrProfilingInternal.h166 COMPILER_RT_VISIBILITY extern char *(*GetEnvHook)(const char *);
167 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
168 COMPILER_RT_VISIBILITY extern uint8_t *DynamicBufferIOBuffer;
169 COMPILER_RT_VISIBILITY extern uint32_t VPBufferSize;
170 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;
172 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
173 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
DInstrProfilingWriter.c21 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL;
28 COMPILER_RT_VISIBILITY uint8_t *DynamicBufferIOBuffer = 0;
29 COMPILER_RT_VISIBILITY uint32_t VPBufferSize = 0;
34 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataIOVec *IOVecs, in lprofBufferWriter()
56 COMPILER_RT_VISIBILITY ProfBufferIO *
68 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) { in lprofDeleteBufferIO()
76 COMPILER_RT_VISIBILITY int
97 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) { in lprofBufferIOFlush()
228 COMPILER_RT_VISIBILITY int lprofWriteData(WriterCallback Writer, in lprofWriteData()
243 COMPILER_RT_VISIBILITY int
DInstrProfiling.c19 COMPILER_RT_VISIBILITY char *(*GetEnvHook)(const char *) = 0;
23 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) { in __llvm_profile_get_magic()
31 COMPILER_RT_VISIBILITY uint8_t
36 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) { in __llvm_profile_get_version()
40 COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) { in __llvm_profile_reset_counters()
DInstrProfilingBuffer.c13 COMPILER_RT_VISIBILITY
26 COMPILER_RT_VISIBILITY
34 COMPILER_RT_VISIBILITY
48 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer()
52 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer_internal( in __llvm_profile_write_buffer_internal()
DInstrProfilingValue.c31 COMPILER_RT_VISIBILITY ValueProfNode
36 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite =
39 COMPILER_RT_VISIBILITY void lprofSetupValueProfiler() { in lprofSetupValueProfiler()
50 COMPILER_RT_VISIBILITY void lprofSetMaxValsPerSite(uint32_t MaxVals) { in lprofSetMaxValsPerSite()
56 COMPILER_RT_VISIBILITY void
63 COMPILER_RT_VISIBILITY const __llvm_profile_data *
69 COMPILER_RT_VISIBILITY void *
133 COMPILER_RT_VISIBILITY void
325 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader()
DInstrProfilingUtil.c31 COMPILER_RT_VISIBILITY
50 COMPILER_RT_VISIBILITY
59 COMPILER_RT_VISIBILITY
69 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName()
78 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) { in lprofOpenFileEx()
DWindowsMMap.c31 COMPILER_RT_VISIBILITY
83 COMPILER_RT_VISIBILITY
90 COMPILER_RT_VISIBILITY
119 COMPILER_RT_VISIBILITY
DInstrProfilingFile.c101 COMPILER_RT_VISIBILITY ProfBufferIO *
432 COMPILER_RT_VISIBILITY
444 COMPILER_RT_VISIBILITY
455 COMPILER_RT_VISIBILITY
464 COMPILER_RT_VISIBILITY
498 COMPILER_RT_VISIBILITY
DInstrProfilingMerge.c22 COMPILER_RT_VISIBILITY
40 COMPILER_RT_VISIBILITY
84 COMPILER_RT_VISIBILITY
DInstrProfiling.h15 #define INSTR_PROF_VISIBILITY COMPILER_RT_VISIBILITY
170 COMPILER_RT_VISIBILITY extern int __llvm_profile_runtime;
DInstrProfilingPort.h15 #define COMPILER_RT_VISIBILITY macro
24 #define COMPILER_RT_VISIBILITY __attribute__((visibility("hidden"))) macro
DInstrProfilingRuntime.cc14 COMPILER_RT_VISIBILITY int __llvm_profile_runtime;