Home
last modified time | relevance | path

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

/external/compiler-rt/test/cfi/cross-dso/
Dstats.cpp13 extern "C" void vcall(A *a);
18 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall() function
48 vcall(&a); in main()
/external/clang/docs/
DSanitizerStats.rst46 $ cat -n vcall.cc
59 $ clang++ -fsanitize=cfi -flto -fuse-ld=gold vcall.cc -fsanitize-stats -g
62 vcall.cc:6 _Z1gP1A cfi-vcall 1
DControlFlowIntegrity.rst38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags
65 - ``-fsanitize=cfi-vcall``: Virtual call via an object whose vptr is of the
105 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.
/external/compiler-rt/test/cfi/
Dstats.cpp15 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall() function
43 vcall(&a); in main()
/external/clang/test/CodeGenCXX/
Dcfi-stats.cpp20 extern "C" void vcall(A *a) { in vcall() function
/external/llvm/test/tools/sanstats/
Delf.test28 # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-vcall 1
35 # CHECK: /tmp{{[/\\]}}f.c:3 f3 cfi-vcall 7
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-symbol-format.test18 ; SYM_FORMAT-DAG: thunk [{{.*}}] (Pcode) B::`vcall'{0}'
/external/clang/include/clang/Basic/
DSanitizers.def90 SANITIZER("cfi-vcall", CFIVCall)
/external/v8/gypfiles/
Dstandalone.gypi1507 '-fsanitize=cfi-vcall',
1513 '-fsanitize=cfi-vcall',