Home
last modified time | relevance | path

Searched refs:DEBUG_INFO (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S70 .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 Dpci_fbuf.c66 #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 DDebugLib.h45 #define DEBUG_INFO 0x00000040 // Informational debug messages macro
71 #define EFI_D_INFO DEBUG_INFO
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_ftp_pxy.c111 #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 DInstrProfCorrelator.h39 enum ProfCorrelatorKind { NONE, DEBUG_INFO, BINARY }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp119 if (FileKind == DEBUG_INFO) { in get()
212 if (FileKind == DEBUG_INFO) { in get()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp86 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 DPGOInstrumentation.cpp461 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createIRLevelProfileFlagVar()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp151 clEnumValN(InstrProfCorrelator::DEBUG_INFO, "debug-info",
992 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile()
3345 InstrProfCorrelator::get(Filename, InstrProfCorrelator::DEBUG_INFO) in showDebugInfoCorrelation()