HomeSort by relevance Sort by last modified time
    Searched refs:COMPILER_RT_VISIBILITY (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/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
35 COMPILER_RT_VISIBILITY
39 COMPILER_RT_VISIBILITY
43 COMPILER_RT_VISIBILITY
    [all...]
InstrProfilingPlatformLinux.c 27 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...]
InstrProfilingRuntime.cc 14 COMPILER_RT_VISIBILITY int __llvm_profile_runtime;
InstrProfilingPlatformOther.c 38 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...]
InstrProfiling.c 19 COMPILER_RT_VISIBILITY char *(*GetEnvHook)(const char *) = 0;
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
26 COMPILER_RT_VISIBILITY
34 COMPILER_RT_VISIBILITY
48 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) {
52 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer_internal(
InstrProfilingInternal.h 166 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;
WindowsMMap.c 31 COMPILER_RT_VISIBILITY
83 COMPILER_RT_VISIBILITY
90 COMPILER_RT_VISIBILITY
119 COMPILER_RT_VISIBILITY
InstrProfilingUtil.c 31 COMPILER_RT_VISIBILITY
50 COMPILER_RT_VISIBILITY
59 COMPILER_RT_VISIBILITY
69 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) {
78 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) {
InstrProfilingWriter.c 21 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,
56 COMPILER_RT_VISIBILITY ProfBufferIO *
68 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) {
76 COMPILER_RT_VISIBILITY int
97 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) {
228 COMPILER_RT_VISIBILITY int lprofWriteData(WriterCallback Writer,
243 COMPILER_RT_VISIBILITY in
    [all...]
InstrProfilingValue.c 31 COMPILER_RT_VISIBILITY ValueProfNode
36 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite =
39 COMPILER_RT_VISIBILITY void lprofSetupValueProfiler() {
50 COMPILER_RT_VISIBILITY void lprofSetMaxValsPerSite(uint32_t MaxVals) {
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() {
InstrProfiling.h 15 #define INSTR_PROF_VISIBILITY COMPILER_RT_VISIBILITY
170 COMPILER_RT_VISIBILITY extern int __llvm_profile_runtime;
InstrProfilingMerge.c 22 COMPILER_RT_VISIBILITY
40 COMPILER_RT_VISIBILITY
84 COMPILER_RT_VISIBILITY
InstrProfilingFile.c 101 COMPILER_RT_VISIBILITY ProfBufferIO *
432 COMPILER_RT_VISIBILITY
444 COMPILER_RT_VISIBILITY
455 COMPILER_RT_VISIBILITY
464 COMPILER_RT_VISIBILITY
498 COMPILER_RT_VISIBILITY
InstrProfilingPort.h 15 #define COMPILER_RT_VISIBILITY
24 #define COMPILER_RT_VISIBILITY __attribute__((visibility("hidden")))

Completed in 94 milliseconds