Searched refs:is_debug (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | buildflags.gni | 3 is_debug = false 30 is_optimized = !is_debug 32 if (is_debug) {
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/test/ |
| H A D | lex.c | 1 int is_debug() { in is_debug() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 28 bool external, bool is_debug, bool is_trampoline, bool is_artificial, 34 bool external, bool is_debug, bool is_trampoline, bool is_artificial,
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 35 bool external, bool is_debug, bool is_trampoline, in Symbol() argument 40 m_is_synthetic(is_artificial), m_is_debug(is_debug), in Symbol() 49 bool external, bool is_debug, bool is_trampoline, in Symbol() argument 54 m_is_synthetic(is_artificial), m_is_debug(is_debug), in Symbol()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/llvm-config/ |
| H A D | BUILD.gn | 23 if (is_debug) {
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 2822 bool is_debug = ((nlist.n_type & N_STAB) != 0); in ParseSymtab() 2829 sym[sym_idx].SetDebug(is_debug); in ParseSymtab() 2831 if (is_debug) { in ParseSymtab() 3462 if (is_gsym && is_debug) { in ParseSymtab() 3534 if (is_debug == false) { in ParseSymtab() 3719 const bool is_debug = ((nlist.n_type & N_STAB) != 0); in ParseSymtab() 3720 if (is_debug != debug_only) in ParseSymtab() 3757 sym[sym_idx].SetDebug(is_debug); in ParseSymtab() 3759 if (is_debug) { in ParseSymtab() 4382 if (!is_debug) { in ParseSymtab()
|
| /llvm-project-15.0.7/llvm/utils/gn/ |
| H A D | README.rst | 59 example putting ``is_debug = true`` in there gives you a debug build. Run
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
| H A D | BUILD.gn | 79 if (!is_debug) {
|