Searched refs:nvcall (Results 1 – 6 of 6) sorted by relevance
14 extern "C" void nvcall(A *a);23 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall() function50 nvcall(&a); in main()
20 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall() function45 nvcall(&a); in main()
26 extern "C" void nvcall(A *a) { in nvcall() function
38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags63 - ``-fsanitize=cfi-nvcall``: Non-virtual call via an object whose vptr is of73 ``-fsanitize=cfi -fno-sanitize=cfi-nvcall,cfi-icall``167 ``-fsanitize=cfi-nvcall``.172 ``-fsanitize=cfi-nvcall`` enabled and be statically linked into the program.
29 # CHECK: /tmp{{[/\\]}}f.c:2 f2 cfi-nvcall 236 # CHECK: /tmp{{[/\\]}}f.c:2 f2 cfi-nvcall 8
89 SANITIZER("cfi-nvcall", CFINVCall)