HomeSort by relevance Sort by last modified time
    Searched full:nvcall (Results 1 - 19 of 19) sorted by null

  /external/compiler-rt/test/cfi/cross-dso/
stats.cpp 14 extern "C" void nvcall(A *a);
23 extern "C" __attribute__((noinline)) void nvcall(A *a) { function
24 // CHECK: stats.cpp:[[@LINE+1]] nvcall cfi-nvcall 51
50 nvcall(&a);
  /external/compiler-rt/test/cfi/
stats.cpp 20 extern "C" __attribute__((noinline)) void nvcall(A *a) { function
21 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}nvcall cfi-nvcall 51
45 nvcall(&a);
  /external/clang/test/CodeGenCXX/
cfi-stats.cpp 1 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-vcall,cfi-nvcall,cfi-derived-cast,cfi-unrelated-cast,cfi-icall -fsanitize-stats -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-vcall,cfi-nvcall,cfi-derived-cast,cfi-unrelated-cast,cfi-icall -fsanitize-trap=cfi-vcall -fwhole-program-vtables -fsanitize-stats -emit-llvm -o - %s | FileCheck %s
25 // CHECK: @nvcall
26 extern "C" void nvcall(A *a) { function
cfi-nvcall.cpp 1 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-nvcall -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-nvcall,cfi-cast-strict -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-STRICT %s
  /external/clang/test/CodeGen/
cfi-check-fail.c 2 // RUN: -fsanitize=cfi-icall,cfi-nvcall,cfi-vcall,cfi-unrelated-cast,cfi-derived-cast \
3 // RUN: -fsanitize-trap=cfi-icall,cfi-nvcall -fsanitize-recover=cfi-vcall,cfi-unrelated-cast \
  /external/llvm/test/tools/sanstats/
elf.test 29 # CHECK: /tmp{{[/\\]}}f.c:2 f2 cfi-nvcall 2
36 # CHECK: /tmp{{[/\\]}}f.c:2 f2 cfi-nvcall 8
  /external/clang/docs/
ControlFlowIntegrity.rst 38 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/compiler-rt/test/cfi/cross-dso/icall/
diag.cpp 58 // cfi-nvcall is non-trapping in the main executable to link the diagnostic runtime library.
61 // RUN: %clangxx_cfi_dso -fno-sanitize-trap=cfi-nvcall \
  /external/clang/include/clang/Basic/
Sanitizers.def 89 SANITIZER("cfi-nvcall", CFINVCall)
  /external/llvm/tools/sanstats/
sanstats.cpp 92 llvm::outs() << "cfi-nvcall";
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Sanitizers.def 94 SANITIZER("cfi-nvcall", CFINVCall)
  /external/clang/test/Driver/
fsanitize.c 323 // RUN: %clang -target x86_64-linux-gnu -flto -fvisibility=hidden -fsanitize=cfi-nvcall -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CFI-NVCALL
325 // CHECK-CFI: -emit-llvm-bc{{.*}}-fsanitize=cfi-derived-cast,cfi-icall,cfi-unrelated-cast,cfi-nvcall,cfi-vcall
328 // CHECK-CFI-NVCALL: -emit-llvm-bc{{.*}}-fsanitize=cfi-nvcall
    [all...]

Completed in 581 milliseconds