OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_RT_VISIBILITY
(Results
1 - 11
of
11
) 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
36
COMPILER_RT_VISIBILITY
38
COMPILER_RT_VISIBILITY
40
COMPILER_RT_VISIBILITY
[
all
...]
InstrProfilingPlatformLinux.c
25
extern __llvm_profile_data PROF_DATA_START
COMPILER_RT_VISIBILITY
;
26
extern __llvm_profile_data PROF_DATA_STOP
COMPILER_RT_VISIBILITY
;
27
extern uint64_t PROF_CNTS_START
COMPILER_RT_VISIBILITY
;
28
extern uint64_t PROF_CNTS_STOP
COMPILER_RT_VISIBILITY
;
29
extern char PROF_NAME_START
COMPILER_RT_VISIBILITY
;
30
extern char PROF_NAME_STOP
COMPILER_RT_VISIBILITY
;
39
COMPILER_RT_VISIBILITY
const __llvm_profile_data *
43
COMPILER_RT_VISIBILITY
const __llvm_profile_data *
47
COMPILER_RT_VISIBILITY
const char *__llvm_profile_begin_names(void) {
50
COMPILER_RT_VISIBILITY
const char *__llvm_profile_end_names(void)
[
all
...]
InstrProfilingRuntime.cc
14
COMPILER_RT_VISIBILITY
int __llvm_profile_runtime;
InstrProfilingPlatformOther.c
29
COMPILER_RT_VISIBILITY
56
COMPILER_RT_VISIBILITY
58
COMPILER_RT_VISIBILITY
60
COMPILER_RT_VISIBILITY
62
COMPILER_RT_VISIBILITY
64
COMPILER_RT_VISIBILITY
66
COMPILER_RT_VISIBILITY
InstrProfiling.c
21
COMPILER_RT_VISIBILITY
uint64_t __llvm_profile_get_magic(void) {
29
COMPILER_RT_VISIBILITY
uint8_t
34
COMPILER_RT_VISIBILITY
uint64_t __llvm_profile_get_version(void) {
38
COMPILER_RT_VISIBILITY
void __llvm_profile_reset_counters(void) {
InstrProfilingBuffer.c
15
COMPILER_RT_VISIBILITY
30
COMPILER_RT_VISIBILITY
58
COMPILER_RT_VISIBILITY
int __llvm_profile_write_buffer(char *Buffer) {
62
COMPILER_RT_VISIBILITY
int __llvm_profile_write_buffer_internal(
InstrProfilingUtil.c
22
COMPILER_RT_VISIBILITY
InstrProfilingValue.c
28
COMPILER_RT_VISIBILITY
40
COMPILER_RT_VISIBILITY
void
47
COMPILER_RT_VISIBILITY
const __llvm_profile_data *
53
COMPILER_RT_VISIBILITY
void *
99
COMPILER_RT_VISIBILITY
void
171
COMPILER_RT_VISIBILITY
uint64_t
InstrProfilingPort.h
15
#define
COMPILER_RT_VISIBILITY
19
#define
COMPILER_RT_VISIBILITY
__attribute__((visibility("hidden")))
InstrProfilingWriter.c
13
COMPILER_RT_VISIBILITY
int llvmWriteProfData(WriterCallback Writer,
29
COMPILER_RT_VISIBILITY
int llvmWriteProfDataImpl(
InstrProfilingFile.c
167
COMPILER_RT_VISIBILITY
177
COMPILER_RT_VISIBILITY
182
COMPILER_RT_VISIBILITY
191
COMPILER_RT_VISIBILITY
212
COMPILER_RT_VISIBILITY
Completed in 374 milliseconds