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.c44 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$A") DataStart = {0};
45 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$Z") DataEnd = {0};
47 const char COMPILER_RT_SECTION(".lprfn$A") NamesStart = '\0';
48 const char COMPILER_RT_SECTION(".lprfn$Z") NamesEnd = '\0';
50 char COMPILER_RT_SECTION(".lprfc$A") CountersStart;
51 char COMPILER_RT_SECTION(".lprfc$Z") CountersEnd;
52 char COMPILER_RT_SECTION(".lprfb$A") BitmapStart;
53 char COMPILER_RT_SECTION(".lprfb$Z") BitmapEnd;
54 uint32_t COMPILER_RT_SECTION(".lorderfile$A") OrderFileStart;
56 ValueProfNode COMPILER_RT_SECTION(".lprfnd$A") VNodesStart;
[all …]
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_orderfile[0] COMPILER_RT_SECTION(
201 static int dummy_vname[0] COMPILER_RT_SECTION(
203 static int dummy_vtab[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(