HomeSort by: relevance | last modified time | path
    Searched refs:COMPILER_RT_WEAK (Results 1 - 4 of 4) 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
InstrProfiling.c 21 COMPILER_RT_WEAK uint64_t __llvm_profile_raw_version = INSTR_PROF_RAW_VERSION;
InstrProfilingFile.c 70 COMPILER_RT_WEAK int __llvm_profile_OwnsFilename = 0;
71 COMPILER_RT_WEAK const char *__llvm_profile_CurrentFilename = NULL;

Completed in 14 milliseconds