Home
last modified time | relevance | path

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

123

/external/llvm-project/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/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")
/external/llvm-project/llvm/test/DebugInfo/X86/
Dnodebug.ll4 ; Test that a nodebug function (a function not appearing in the debug info IR
14 ; __attribute__((nodebug)) void f2() {
45 !1 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo")
48 !5 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo")
Dclone-module.ll15 ; __attribute__((nodebug)) int nodebug(int k) { return inlined(k); }
22 ; line from @nodebug function.
24 ; The @llvm.dbg.value call is manually removed from @nodebug as not having
39 define i32 @nodebug(i32 %k) local_unnamed_addr #0 {
Dclone-module-2.ll17 ; __attribute__((nodebug)) int nodebug(int k) { return eliminated(k); }
30 define i32 @nodebug(i32 %k) local_unnamed_addr #0 {
Dlive-debug-vars-nodebug.ll16 ; from nodebug functions. Such instructions occur when a function with debug
17 ; info is inlined into a nodebug function.
40 ; __attribute__((nodebug))
/external/clang/test/SemaCXX/
Dattr-nodebug.cpp6 void t3() __attribute__((nodebug));
9 [[gnu::nodebug]] void f() {} in f()
/external/llvm-project/clang/test/SemaCXX/
Dattr-nodebug.cpp6 void t3() __attribute__((nodebug));
9 [[gnu::nodebug]] void f() {} in f()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_checks.h64 __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches( in PossiblyShortTagMatches()
83 __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) { in CheckAddress()
95 __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p, in CheckAddressSized()
/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/llvm-project/llvm/test/Verifier/
Dfnarg-nodebug.ll7 ; __attribute__((nodebug)) int nodebug(int k) { return f(k)+g(k); }
14 define i32 @nodebug(i32 %k) local_unnamed_addr #2 {
/external/ImageMagick/
DMake.com42 $link_options="/nodebug/notraceback"
45 $compile_options="/nodebug/optimize"
48 $ compile_options="/decc/nodebug/optimize"
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-method-nodebug.cpp5 void absent() __attribute__((nodebug));
Ddebug-info-globalinit.cpp14 __attribute__((nodebug)) static int j = test();
/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/llvm-project/llvm/test/BugPoint/
Dmetadata.ll5 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t-nodebug -bugpoint-…
6 ; RUN: llvm-dis %t-nodebug-reduced-simplified.bc -o - | FileCheck %s --check-prefix=NODEBUG
/external/llvm-project/clang/test/CodeGen/
Dnodebug-attr.c8 __attribute__((nodebug)) void foo(int *a) { in foo()
Dattr-nodebug.c3 void t1() __attribute__((nodebug));
/external/clang/test/CodeGen/
Dattr-nodebug.c3 void t1() __attribute__((nodebug));
/external/llvm-project/llvm/test/tools/llvm-symbolizer/Inputs/
Dsplit-dwarf-dwp.cpp7 __attribute__((nodebug)) void gap() { in gap()
/external/clang/test/SemaObjC/
Dattr-nodebug.m4 - (void)doSomething __attribute__((nodebug)); argument
/external/llvm-project/clang/test/SemaObjC/
Dattr-nodebug.m4 - (void)doSomething __attribute__((nodebug)); argument

123