Searched refs:Debug (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp534 if (getOptions().Debug)
567 if (getOptions().Debug) {
595 if (getOptions().Debug)
H A DCoverageReport.cpp342 if (Options.Debug)
H A DCodeCoverage.cpp367 if (ViewOpts.Debug) {
657 ViewOpts.Debug = DebugDump;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h50 Debug = 0x80, enumerator in enum:llvm::RegState::__anon1460
100 flags & RegState::Debug,
489 return B ? RegState::Debug : 0;
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win70 CLEAN_BUILDDIRS = Debug Release LibD LibR 9x x64
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h73 void EmitCFISections(bool EH, bool Debug) override;
H A DMCStreamer.h933 virtual void EmitCFISections(bool EH, bool Debug);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h47 enum class StripPolicy { None, All, Debug };
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c158 #define dprintf if (Debug) printf
369 static int Debug; /* debug flag */ variable
598 Debug++;
747 if ((!Foreground) && (!Debug)) {
754 } else if (Debug)
762 (void)signal(SIGINT, Debug ? dodie : SIG_IGN);
763 (void)signal(SIGQUIT, Debug ? dodie : SIG_IGN);
2585 if (Debug) {
3418 if (Debug) {
3845 if (!Debug)
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-tbl.h73 { Debug,
77 { Debug,
2372 { Debug,
4520 { "db0", Debug, 0, 0 },
4521 { "db1", Debug, 0, 1 },
4522 { "db2", Debug, 0, 2 },
4523 { "db3", Debug, 0, 3 },
4524 { "db4", Debug, 0, 4 },
4525 { "db5", Debug, 0, 5 },
4526 { "db6", Debug,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp188 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { argument
189 switch (Debug) {
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dmisc.c363 Debug(DMISC, ("allow/deny enabled, %d/%d\n", !!allow, !!deny))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp222 void MCObjectStreamer::EmitCFISections(bool EH, bool Debug) { argument
223 MCStreamer::EmitCFISections(EH, Debug);
225 EmitDebugFrame = Debug;
H A DMCAsmStreamer.cpp291 void EmitCFISections(bool EH, bool Debug) override;
1510 void MCAsmStreamer::EmitCFISections(bool EH, bool Debug) {
1511 MCStreamer::EmitCFISections(EH, Debug);
1515 if (Debug)
1517 } else if (Debug) {
H A DMCStreamer.cpp418 void MCStreamer::EmitCFISections(bool EH, bool Debug) { argument
419 assert(EH || Debug);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp28 #include "llvm/Support/Debug.h"
693 MIB.addReg(0U, RegState::Debug);
730 MIB.addReg(SD->getVReg(), RegState::Debug);
757 MIB.addReg(0U, RegState::Debug);
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c230 Debug(DMISC, ("user=%s, file=%s, option=%s\n",
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S320 jmp ex_noc # Debug
408 cmpb $0x1,(%esp,1) # Debug?
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S318 jmp ex_noc # Debug
382 cmpb $0x1,(%esp,1) # Debug?
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp542 auto Debug = std::move(*DebugOrErr);
544 llvm::crc32(arrayRefFromStringRef(Debug->getBuffer()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp62 #include "llvm/Support/Debug.h"
2022 auto MIB = BuildMI(MF, DL, MCID).addReg(Reg, RegState::Debug);
2026 MIB.addReg(0U, RegState::Debug);
2045 MIB.addReg(0U, RegState::Debug);
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl132 debug - Debug build
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp51 #include "llvm/Support/Debug.h"
1861 char Debug = (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File)
1880 << Debug // Debugging (d) or dynamic (D) symbol.
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1378 & (Reg | SReg2 | SReg3 | Control | Debug | Test | RegMMX | RegXMM))
1465 { Debug, "debug reg" },
3096 | Control | Debug | Test
3715 | Control | Debug | Test)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4031 bool Debug = false; local
4039 Debug = true;
4050 Debug = true;
4053 getStreamer().EmitCFISections(EH, Debug);

Completed in 426 milliseconds

123