HomeSort by relevance Sort by last modified time
    Searched defs:COMPILER_RT_WEAK (Results 1 - 2 of 2) 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))

Completed in 61 milliseconds