Home
last modified time | relevance | path

Searched refs:COMPILER_RT_SECTION (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c43 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$A") DataStart = {0};
44 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$Z") DataEnd = {0};
46 const char COMPILER_RT_SECTION(".lprfn$A") NamesStart = '\0';
47 const char COMPILER_RT_SECTION(".lprfn$Z") NamesEnd = '\0';
49 char COMPILER_RT_SECTION(".lprfc$A") CountersStart;
50 char COMPILER_RT_SECTION(".lprfc$Z") CountersEnd;
51 char COMPILER_RT_SECTION(".lprfb$A") BitmapStart;
52 char COMPILER_RT_SECTION(".lprfb$Z") BitmapEnd;
54 ValueProfNode COMPILER_RT_SECTION(".lprfnd$A") VNodesStart;
55 ValueProfNode COMPILER_RT_SECTION(".lprfnd$Z") VNodesEnd;
H A DInstrProfilingPlatformAIX.c189 static int dummy_cnts[0] COMPILER_RT_SECTION(
191 static int dummy_bits[0] COMPILER_RT_SECTION(
193 static int dummy_data[0] COMPILER_RT_SECTION(
195 static const int dummy_name[0] COMPILER_RT_SECTION(
197 static int dummy_vnds[0] COMPILER_RT_SECTION(
199 static int dummy_vname[0] COMPILER_RT_SECTION(
201 static int dummy_vtab[0] COMPILER_RT_SECTION(
203 static int dummy_covinit_funcs[0] COMPILER_RT_SECTION(
H A DInstrProfilingPort.h51 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) macro
53 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro
H A DInstrProfilingValue.c35 lprofValueProfNodes[INSTR_PROF_VNODE_POOL_SIZE] COMPILER_RT_SECTION(