Searched refs:INSTR_PROF_SECT_ENTRY (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfData.inc | 249 #ifdef INSTR_PROF_SECT_ENTRY 251 INSTR_PROF_SECT_ENTRY(IPSK_data, \ 254 INSTR_PROF_SECT_ENTRY(IPSK_cnts, \ 257 INSTR_PROF_SECT_ENTRY(IPSK_name, \ 260 INSTR_PROF_SECT_ENTRY(IPSK_vals, \ 263 INSTR_PROF_SECT_ENTRY(IPSK_vnodes, \ 266 INSTR_PROF_SECT_ENTRY(IPSK_covmap, \ 270 #undef INSTR_PROF_SECT_ENTRY
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 249 #ifdef INSTR_PROF_SECT_ENTRY 251 INSTR_PROF_SECT_ENTRY(IPSK_data, \ 254 INSTR_PROF_SECT_ENTRY(IPSK_cnts, \ 257 INSTR_PROF_SECT_ENTRY(IPSK_name, \ 260 INSTR_PROF_SECT_ENTRY(IPSK_vals, \ 263 INSTR_PROF_SECT_ENTRY(IPSK_vnodes, \ 266 INSTR_PROF_SECT_ENTRY(IPSK_covmap, \ 270 #undef INSTR_PROF_SECT_ENTRY
|
| H A D | InstrProf.h | 58 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) Kind, macro
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 144 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ macro 150 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ macro 156 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ macro
|