OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_RT_WEAK
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/include/sanitizer/
esan_interface.h
26
#define
COMPILER_RT_WEAK
__declspec(selectany)
28
#define
COMPILER_RT_WEAK
__attribute__((weak))
30
#define
COMPILER_RT_WEAK
40
void
COMPILER_RT_WEAK
__esan_report();
/external/compiler-rt/lib/profile/
InstrProfilingPort.h
17
#define
COMPILER_RT_WEAK
__declspec(selectany)
25
#define
COMPILER_RT_WEAK
__attribute__((weak))
InstrProfiling.c
21
COMPILER_RT_WEAK
uint64_t __llvm_profile_raw_version = INSTR_PROF_RAW_VERSION;
InstrProfilingMerge.c
20
COMPILER_RT_WEAK
void (*VPMergeHook)(ValueProfData *,
Completed in 94 milliseconds