Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S60 .macro DEBUG_INFO macro
83 .macro DEBUG_INFO proc macro
121 .macro DEBUG_INFO macro
141 .macro DEBUG_INFO proc macro
159 .macro DEBUG_INFO proc macro
266 DEBUG_INFO __kmp_x86_pause
282 DEBUG_INFO __kmp_test_then_add32
304 DEBUG_INFO __kmp_xchg_fixed8
616 DEBUG_INFO __kmp_invoke_microtask
1207 DEBUG_INFO __kmp_invoke_microtask
[all …]
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_fbuf.c64 #define DEBUG_INFO 1 macro
159 DPRINTF(DEBUG_INFO, ("switching to VGA mode")); in pci_fbuf_write()
165 DPRINTF(DEBUG_INFO, ("switching to VESA mode")); in pci_fbuf_write()
425 DPRINTF(DEBUG_INFO, ("fbuf frame buffer base: %p [sz %lu]", in pci_fbuf_init()
/freebsd-14.2/sys/contrib/edk2/Include/Library/
H A DDebugLib.h38 #define DEBUG_INFO 0x00000040 // Informational debug messages macro
62 #define EFI_D_INFO DEBUG_INFO
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_ftp_pxy.c111 #define DEBUG_INFO 0x04 macro
1240 if (softf->ipf_p_ftp_debug & DEBUG_INFO) in ipf_p_ftp_process()
1266 if (softf->ipf_p_ftp_debug & DEBUG_INFO) in ipf_p_ftp_process()
1273 if (softf->ipf_p_ftp_debug & DEBUG_INFO) in ipf_p_ftp_process()
1284 if (softf->ipf_p_ftp_debug & DEBUG_INFO) { in ipf_p_ftp_process()
1301 if (softf->ipf_p_ftp_debug & DEBUG_INFO) { in ipf_p_ftp_process()
1335 if (softf->ipf_p_ftp_debug & DEBUG_INFO) { in ipf_p_ftp_process()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h36 enum ProfCorrelatorKind { NONE, DEBUG_INFO, BINARY }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp95 if (FileKind == DEBUG_INFO) { in get()
188 if (FileKind == DEBUG_INFO) { in get()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp81 clEnumValN(InstrProfCorrelator::DEBUG_INFO, "debug-info",
1235 ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) && in setupProfileSection()
1358 ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) { in getOrCreateRegionCounters()
1403 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createDataVariable()
H A DPGOInstrumentation.cpp381 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createIRLevelProfileFlagVar()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp866 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile()
3145 InstrProfCorrelator::get(Filename, InstrProfCorrelator::DEBUG_INFO) in showDebugInfoCorrelation()