HomeSort by: relevance | last modified time | path
    Searched defs:COMPILER_RT_WEAK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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(void);
44 unsigned int COMPILER_RT_WEAK __esan_get_sample_count(void);
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPort.h 16 #define COMPILER_RT_WEAK __declspec(selectany)
20 #define COMPILER_RT_WEAK __attribute__((weak))
24 #define COMPILER_RT_WEAK

Completed in 12 milliseconds