Searched refs:COMPILER_RT_WEAK (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/include/sanitizer/
H A Desan_interface.h26 #define COMPILER_RT_WEAK __declspec(selectany) macro
28 #define COMPILER_RT_WEAK __attribute__((weak)) macro
30 #define COMPILER_RT_WEAK macro
40 void COMPILER_RT_WEAK __esan_report();
/external/compiler-rt/lib/profile/
H A DInstrProfilingPort.h17 #define COMPILER_RT_WEAK __declspec(selectany) macro
25 #define COMPILER_RT_WEAK __attribute__((weak)) macro
H A DInstrProfiling.c21 COMPILER_RT_WEAK uint64_t __llvm_profile_raw_version = INSTR_PROF_RAW_VERSION;
H A DInstrProfilingMerge.c20 COMPILER_RT_WEAK void (*VPMergeHook)(ValueProfData *,

Completed in 138 milliseconds