Home
last modified time | relevance | path

Searched refs:COMPILER_RT_WEAK (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/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(void);
44 unsigned int COMPILER_RT_WEAK __esan_get_sample_count(void);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Desan_interface.h24 #define COMPILER_RT_WEAK __declspec(selectany) macro
26 #define COMPILER_RT_WEAK __attribute__((weak)) macro
28 #define COMPILER_RT_WEAK macro
38 void COMPILER_RT_WEAK __esan_report(void);
42 unsigned int COMPILER_RT_WEAK __esan_get_sample_count(void);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPort.h16 #define COMPILER_RT_WEAK __declspec(selectany) macro
20 #define COMPILER_RT_WEAK __attribute__((weak)) macro
24 #define COMPILER_RT_WEAK macro
H A DInstrProfilingFile.c70 COMPILER_RT_WEAK int __llvm_profile_OwnsFilename = 0;
71 COMPILER_RT_WEAK const char *__llvm_profile_CurrentFilename = NULL;
H A DInstrProfiling.c21 COMPILER_RT_WEAK uint64_t __llvm_profile_raw_version = INSTR_PROF_RAW_VERSION;