Searched refs:INSTR_PROF_SECT_ENTRY (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 262 #ifdef INSTR_PROF_SECT_ENTRY 264 INSTR_PROF_SECT_ENTRY(IPSK_data, \ 267 INSTR_PROF_SECT_ENTRY(IPSK_cnts, \ 270 INSTR_PROF_SECT_ENTRY(IPSK_name, \ 273 INSTR_PROF_SECT_ENTRY(IPSK_vals, \ 276 INSTR_PROF_SECT_ENTRY(IPSK_vnodes, \ 279 INSTR_PROF_SECT_ENTRY(IPSK_covmap, \ 282 INSTR_PROF_SECT_ENTRY(IPSK_covfun, \ 285 INSTR_PROF_SECT_ENTRY(IPSK_orderfile, \ 289 #undef INSTR_PROF_SECT_ENTRY
|
H A D | InstrProf.h | 58 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) Kind, macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 149 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ macro 155 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ macro 161 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ macro
|