Searched refs:vcall (Results 1 – 9 of 9) sorted by relevance
13 extern "C" void vcall(A *a);18 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall() function48 vcall(&a); in main()
46 $ cat -n vcall.cc59 $ clang++ -fsanitize=cfi -flto -fuse-ld=gold vcall.cc -fsanitize-stats -g62 vcall.cc:6 _Z1gP1A cfi-vcall 1
38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags65 - ``-fsanitize=cfi-vcall``: Virtual call via an object whose vptr is of the105 This CFI scheme can be enabled on its own using ``-fsanitize=cfi-vcall``.110 ``-fsanitize=cfi-vcall`` enabled and be statically linked into the program.
15 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall() function43 vcall(&a); in main()
20 extern "C" void vcall(A *a) { in vcall() function
28 # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-vcall 135 # CHECK: /tmp{{[/\\]}}f.c:3 f3 cfi-vcall 7
18 ; SYM_FORMAT-DAG: thunk [{{.*}}] (Pcode) B::`vcall'{0}'
90 SANITIZER("cfi-vcall", CFIVCall)
1507 '-fsanitize=cfi-vcall',1513 '-fsanitize=cfi-vcall',