OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemorySanitizer
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/msan/tests/
msan_test.cc
10
// This file is a part of
MemorySanitizer
.
12
//
MemorySanitizer
unit tests.
191
TEST(
MemorySanitizer
, NegativeTest1) {
198
TEST(
MemorySanitizer
, PositiveTest1) {
240
TEST(
MemorySanitizer
, Phi1) {
251
TEST(
MemorySanitizer
, Phi2) {
262
TEST(
MemorySanitizer
, ArgTest) {
269
TEST(
MemorySanitizer
, CallAndRet) {
284
TEST(
MemorySanitizer
, DISABLED_MallocNoIdent) {
290
TEST(
MemorySanitizer
, Malloc)
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
Android.mk
9
MemorySanitizer
.cpp \
MemorySanitizer.cpp
1
//===--
MemorySanitizer
.cpp - detector of uninitialized reads -------------===//
10
/// This file is a part of
MemorySanitizer
, a detector of uninitialized
49
///
MemorySanitizer
can track origins (allocation points) of all uninitialized
62
///
MemorySanitizer
reports can show unrelated origins, but this is unlikely in
65
/// Origins are meaningless for fully initialized values, so
MemorySanitizer
109
/// Adds a section to
MemorySanitizer
report that points to the allocation
157
cl::desc("File containing the list of functions where
MemorySanitizer
"
165
///
MemorySanitizer
: instrument the code in module to find
167
class
MemorySanitizer
: public FunctionPass {
169
MemorySanitizer
(bool TrackOrigins = false
[
all
...]
Completed in 101 milliseconds