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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c42 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$A") DataStart = {0};
43 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$Z") DataEnd = {0};
45 const char COMPILER_RT_SECTION(".lprfn$A") NamesStart = '\0';
46 const char COMPILER_RT_SECTION(".lprfn$Z") NamesEnd = '\0';
48 char COMPILER_RT_SECTION(".lprfc$A") CountersStart;
49 char COMPILER_RT_SECTION(".lprfc$Z") CountersEnd;
50 char COMPILER_RT_SECTION(".lprfb$A") BitmapStart;
51 char COMPILER_RT_SECTION(".lprfb$Z") BitmapEnd;
52 uint32_t COMPILER_RT_SECTION(".lorderfile$A") OrderFileStart;
54 ValueProfNode COMPILER_RT_SECTION("
[all...]
H A DInstrProfilingPlatformAIX.c188 static int dummy_cnts[0] COMPILER_RT_SECTION(
190 static int dummy_bits[0] COMPILER_RT_SECTION(
192 static int dummy_data[0] COMPILER_RT_SECTION(
194 static const int dummy_name[0] COMPILER_RT_SECTION(
196 static int dummy_vnds[0] COMPILER_RT_SECTION(
198 static int dummy_orderfile[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(

Completed in 116 milliseconds