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.c39 COMPILER_RT_WEAK;
41 COMPILER_RT_WEAK;
42 extern char PROF_CNTS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
43 extern char PROF_CNTS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
44 extern char PROF_BITS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
45 extern char PROF_BITS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
46 extern uint32_t PROF_ORDERFILE_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
47 extern char PROF_NAME_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
48 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
49 extern ValueProfNode PROF_VNODES_START 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.c80 COMPILER_RT_WEAK uint8_t __buildid[BUILD_ID_LEN];