Home
last modified time | relevance | path

Searched refs:nodebug (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dattr-nodebug.c3 int a __attribute__((nodebug));
5 void b(int p __attribute__((nodebug))) { // expected-warning {{'nodebug' attribute only applies to … in b()
6 int b __attribute__((nodebug)); in b()
9 void t1() __attribute__((nodebug));
11 void t2() __attribute__((nodebug(2))); // expected-error {{'nodebug' attribute takes no arguments}}
/external/llvm/test/DebugInfo/Generic/
Dnodebug.ll5 ; Test that a nodebug function (a function not appearing in the debug info IR
15 ; __attribute__((nodebug)) void f2() {
39 !1 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo")
42 !5 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo")
Ddebug-info-always-inline.ll58 ; with the "nodebug" attribute and those without it. Alloca instructions from
59 ; nodebug functions should continue to have no DebugLoc, whereas those from
60 ; non-nodebug functions (i.e. functions with debug information) may want to
/external/clang/test/SemaCXX/
Dattr-nodebug.cpp6 void t3() __attribute__((nodebug));
9 [[gnu::nodebug]] void f() {} in f()
/external/libcups/scheduler/
Dprocess.c84 const char *nodebug; /* " (with no-log)" for no debug */ in cupsdCreateProfile() local
121 nodebug = LogLevel < CUPSD_LOG_DEBUG ? " (with no-log)" : ""; in cupsdCreateProfile()
144 ")%s)\n", nodebug); in cupsdCreateProfile()
159 root, root, nodebug); in cupsdCreateProfile()
192 request, nodebug); in cupsdCreateProfile()
196 request, nodebug); in cupsdCreateProfile()
266 ")%s)\n", nodebug); in cupsdCreateProfile()
/external/ImageMagick/
DMake.com42 $link_options="/nodebug/notraceback"
45 $compile_options="/nodebug/optimize"
48 $ compile_options="/decc/nodebug/optimize"
/external/clang/test/CodeGenCXX/
Ddebug-info-method-nodebug.cpp5 void absent() __attribute__((nodebug));
Ddebug-info-globalinit.cpp14 __attribute__((nodebug)) static int j = test();
Ddebug-info-nodebug.cpp5 #define NODEBUG __attribute__((nodebug))
/external/clang/test/CodeGen/
Dattr-nodebug.c3 void t1() __attribute__((nodebug));
/external/clang/test/SemaObjC/
Dattr-nodebug.m4 - (void)doSomething __attribute__((nodebug)); argument
/external/bcc/scripts/
Dbpf_demo.ks.erb50 …-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.re…
/external/clang/test/CodeGenObjC/
Ddebug-info-nodebug.m21 __attribute__((nodebug)) __typeof(self) weakSelf = self;
/external/llvm/test/DebugInfo/X86/
Dnodebug_with_debug_loc.ll8 ; since 'f1' is a nodebug function, there's no positive outcome to confirm, just
36 ; void __attribute__((nodebug)) f1() {
/external/pcre/maint/
DManyConfigTests65 -nodebug) usedebug=0;;
/external/bcc/
DINSTALL.md144 http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug, for example:
147 …-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.re…
/external/curl/packages/vms/
Dbuild_vms.com287 $ cc_debug = "/nodebug/optimize"
/external/clang/include/clang/Basic/
DAttr.td1015 let Spellings = [GCC<"nodebug">];
DAttrDocs.td526 The ``nodebug`` attribute allows you to suppress debugging information for a