HomeSort by relevance Sort by last modified time
    Searched refs:vcall (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/cfi/cross-dso/
stats.cpp 13 extern "C" void vcall(A *a);
18 extern "C" __attribute__((noinline)) void vcall(A *a) { function
19 // CHECK: stats.cpp:[[@LINE+1]] vcall cfi-vcall 37
48 vcall(&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
19 // CHECK: @vcall
20 extern "C" void vcall(A *a) { function
  /external/compiler-rt/test/cfi/
stats.cpp 15 extern "C" __attribute__((noinline)) void vcall(A *a) { function
16 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}vcall cfi-vcall 37
43 vcall(&a);

Completed in 122 milliseconds