OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvcall
(Results
1 - 3
of
3
) 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/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
/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);
Completed in 561 milliseconds