Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c43 COMPILER_RT_WEAK;
45 COMPILER_RT_WEAK;
46 extern char PROF_CNTS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
47 extern char PROF_CNTS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
48 extern VTableProfData PROF_VTABLE_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
49 extern VTableProfData PROF_VTABLE_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
50 extern char PROF_VNAME_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
51 extern char PROF_VNAME_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
52 extern char PROF_BITS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
53 extern char PROF_BITS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
[all …]
H A DInstrProfilingPort.h19 #define COMPILER_RT_WEAK __declspec(selectany) macro
31 #define COMPILER_RT_WEAK __attribute__((selectany)) macro
35 #define COMPILER_RT_WEAK __attribute__((weak)) macro
H A DInstrProfilingNameVar.c17 COMPILER_RT_WEAK COMPILER_RT_VISIBILITY char INSTR_PROF_PROFILE_NAME_VAR[1] = {0};
H A DInstrProfilingVersionVar.c17 COMPILER_RT_VISIBILITY COMPILER_RT_WEAK uint64_t INSTR_PROF_RAW_VERSION_VAR =
H A DInstrProfilingPlatformWindows.c99 COMPILER_RT_WEAK uint8_t __buildid[BUILD_ID_LEN] = {0};