Searched refs:DEBUG_INFO (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_asm.S | 70 .macro DEBUG_INFO macro 94 .macro DEBUG_INFO proc macro 133 .macro DEBUG_INFO macro 153 .macro DEBUG_INFO proc macro 171 .macro DEBUG_INFO proc macro 325 DEBUG_INFO __kmp_x86_pause 341 DEBUG_INFO __kmp_test_then_add32 363 DEBUG_INFO __kmp_xchg_fixed8 385 DEBUG_INFO __kmp_xchg_fixed16 408 DEBUG_INFO __kmp_xchg_fixed32 [all …]
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_fbuf.c | 66 #define DEBUG_INFO 1 macro 162 DPRINTF(DEBUG_INFO, ("switching to VGA mode")); in pci_fbuf_write() 168 DPRINTF(DEBUG_INFO, ("switching to VESA mode")); in pci_fbuf_write() 441 DPRINTF(DEBUG_INFO, ("fbuf frame buffer base: %p [sz %lu]", in pci_fbuf_init()
|
| /freebsd/sys/contrib/edk2/Include/Library/ |
| H A D | DebugLib.h | 45 #define DEBUG_INFO 0x00000040 // Informational debug messages macro 71 #define EFI_D_INFO DEBUG_INFO
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_ftp_pxy.c | 111 #define DEBUG_INFO 0x04 macro 1238 if (softf->ipf_p_ftp_debug & DEBUG_INFO) in ipf_p_ftp_process() 1264 if (softf->ipf_p_ftp_debug & DEBUG_INFO) in ipf_p_ftp_process() 1271 if (softf->ipf_p_ftp_debug & DEBUG_INFO) in ipf_p_ftp_process() 1282 if (softf->ipf_p_ftp_debug & DEBUG_INFO) { in ipf_p_ftp_process() 1299 if (softf->ipf_p_ftp_debug & DEBUG_INFO) { in ipf_p_ftp_process() 1333 if (softf->ipf_p_ftp_debug & DEBUG_INFO) { in ipf_p_ftp_process()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfCorrelator.h | 39 enum ProfCorrelatorKind { NONE, DEBUG_INFO, BINARY }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 119 if (FileKind == DEBUG_INFO) { in get() 212 if (FileKind == DEBUG_INFO) { in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 86 clEnumValN(InstrProfCorrelator::DEBUG_INFO, "debug-info", 1588 ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) && in setupProfileSection() 1695 ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) { in getOrCreateRegionCounters() 1740 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createDataVariable()
|
| H A D | PGOInstrumentation.cpp | 461 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createIRLevelProfileFlagVar()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 151 clEnumValN(InstrProfCorrelator::DEBUG_INFO, "debug-info", 992 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile() 3345 InstrProfCorrelator::get(Filename, InstrProfCorrelator::DEBUG_INFO) in showDebugInfoCorrelation()
|