Home
last modified time | relevance | path

Searched refs:__msan_chain_origin (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/Instrumentation/MemorySanitizer/
Dinstrumentation-with-call-threshold.ll2 ; Test that in with-calls mode there are no calls to __msan_chain_origin - they
47 ; CHECK-ORIGINS-NOT: __msan_chain_origin
49 ; CHECK-ORIGINS-NOT: __msan_chain_origin
51 ; CHECK-ORIGINS-NOT: __msan_chain_origin
Dorigin-alignment.ll26 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
41 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
56 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
71 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
Dstore-origin.ll65 ; Origin tracking level 2: pass origin value through __msan_chain_origin and store the result.
66 ; CHECK-ORIGINS2: [[ORIGIN2:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 {{.*}}[[ORIGIN]])
Dorigin-array.ll23 ; CHECK: {{.*}} call i32 @__msan_chain_origin(i32 {{.*}}[[ORIGIN]])
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/
Dinstrumentation-with-call-threshold.ll2 ; Test that in with-calls mode there are no calls to __msan_chain_origin - they
58 ; CHECK-ORIGINS-NOT: __msan_chain_origin
60 ; CHECK-ORIGINS-NOT: __msan_chain_origin
62 ; CHECK-ORIGINS-NOT: __msan_chain_origin
Dorigin-alignment.ll32 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
47 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
62 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
77 ; CHECK-ORIGINS2: [[ORIGIN:%[01-9a-z]+]] = call i32 @__msan_chain_origin(i32 [[ORIGIN0]])
Dmsan_kernel_basic.ll55 ; If the new shadow is non-zero, jump to __msan_chain_origin()
59 ; CHECK: @__msan_chain_origin
86 ; If the new shadow is non-zero, jump to __msan_chain_origin()
90 ; CHECK: @__msan_chain_origin
118 ; If the new shadow is non-zero, jump to __msan_chain_origin()
122 ; CHECK: @__msan_chain_origin
149 ; If the new shadow is non-zero, jump to __msan_chain_origin()
153 ; CHECK: @__msan_chain_origin
180 ; If the new shadow is non-zero, jump to __msan_chain_origin()
184 ; CHECK: @__msan_chain_origin
Dorigin-array.ll25 ; CHECK: {{.*}} call i32 @__msan_chain_origin(i32 {{.*}}[[ORIGIN]])
Dstore-origin.ll81 ; Origin tracking level 2: pass origin value through __msan_chain_origin and store the result.
82 ; CHECK-ORIGINS2: [[ORIGIN2:%[0-9a-z]+]] = call i32 @__msan_chain_origin(i32 {{.*}}[[ORIGIN]])
Dlibatomic.ll35 ; CHECK-ORIGIN: [[VAL_ORIGIN:%.*]] = call i32 @__msan_chain_origin(i32 [[ARG_ORIGIN]])
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h95 u32 __msan_chain_origin(u32 id);
Dmsan.cc559 u32 __msan_chain_origin(u32 id) { in __msan_chain_origin() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interface_internal.h112 u32 __msan_chain_origin(u32 id);
Dmsan.cpp617 u32 __msan_chain_origin(u32 id) { in __msan_chain_origin() function
/external/clang/docs/
DMemorySanitizer.rst136 #0 0x7f78938b5c25 in __msan_chain_origin msan.cc:484
/external/llvm-project/clang/docs/
DMemorySanitizer.rst136 #0 0x7f78938b5c25 in __msan_chain_origin msan.cc:484
/external/llvm/test/DebugInfo/X86/
Ddebug-ranges-offset.ll184 declare i32 @__msan_chain_origin(i32)
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddebug-ranges-offset.ll184 declare i32 @__msan_chain_origin(i32)