Home
last modified time | relevance | path

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

/external/curl/lib/
Dsendf.c651 if(data->set.fdebug) in showit()
652 return (*data->set.fdebug)(data, type, ptr, size, in showit()
Durldata.h1459 curl_debug_callback fdebug; /* function that write informational data */ member
Durl.c1822 data->set.fdebug = va_arg(param, curl_debug_callback); in Curl_setopt()
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td85 "invalid argument '%0' to -fdebug-prefix-map">;
/external/curl/lib/vtls/
Dopenssl.c1496 if(!conn || !conn->data || !conn->data->set.fdebug || in ssl_tls_trace()
1758 if(data->set.fdebug && data->set.verbose) { in ossl_connect_step1()
/external/valgrind/memcheck/tests/
DMakefile.am424 dw4_CFLAGS = $(AM_CFLAGS) -gdwarf-4 -fdebug-types-section
/external/clang/include/clang/Driver/
DOptions.td504 def fdebug_pass_arguments : Flag<["-"], "fdebug-pass-arguments">, Group<f_Group>;
505 def fdebug_pass_structure : Flag<["-"], "fdebug-pass-structure">, Group<f_Group>;
1127 def fdebug_types_section: Flag <["-"], "fdebug-types-section">, Group<f_Group>,
1132 : Joined<["-"], "fdebug-prefix-map=">, Group<f_Group>, Flags<[CC1Option]>,
DCC1Options.td138 def fdebug_compilation_dir : Separate<["-"], "fdebug-compilation-dir">,
/external/valgrind/
Dconfigure.ac2085 # does this compiler support -gdwarf-4 -fdebug-types-section ?
2087 AC_MSG_CHECKING([if gcc accepts -gdwarf-4 -fdebug-types-section])
2090 CFLAGS="-gdwarf-4 -fdebug-types-section -Werror"