Home
last modified time | relevance | path

Searched refs:nvcall (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/test/cfi/cross-dso/
Dstats.cpp14 extern "C" void nvcall(A *a);
23 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall() function
50 nvcall(&a); in main()
/external/compiler-rt/test/cfi/
Dstats.cpp20 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall() function
45 nvcall(&a); in main()
/external/clang/test/CodeGenCXX/
Dcfi-stats.cpp26 extern "C" void nvcall(A *a) { in nvcall() function
/external/clang/docs/
DControlFlowIntegrity.rst38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags
63 - ``-fsanitize=cfi-nvcall``: Non-virtual call via an object whose vptr is of
73 ``-fsanitize=cfi -fno-sanitize=cfi-nvcall,cfi-icall``
167 ``-fsanitize=cfi-nvcall``.
172 ``-fsanitize=cfi-nvcall`` enabled and be statically linked into the program.
/external/llvm/test/tools/sanstats/
Delf.test29 # CHECK: /tmp{{[/\\]}}f.c:2 f2 cfi-nvcall 2
36 # CHECK: /tmp{{[/\\]}}f.c:2 f2 cfi-nvcall 8
/external/clang/include/clang/Basic/
DSanitizers.def89 SANITIZER("cfi-nvcall", CFINVCall)