OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OrigIns
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
47
/// MemorySanitizer can track
origins
(allocation points) of all uninitialized
48
/// values. This behavior is controlled with a flag (msan-track-
origins
) and is
51
///
Origins
are 4-byte values created and interpreted by the runtime library.
53
/// of application memory. Propagation of
origins
is basically a bunch of
60
/// MemorySanitizer reports can show unrelated
origins
, but this is unlikely in
63
///
Origins
are meaningless for fully initialized values, so MemorySanitizer
133
/// \brief Track
origins
of uninitialized values.
137
static cl::opt<int> ClTrackOrigins("msan-track-
origins
",
138
cl::desc("Track
origins
(allocation sites) of poisoned memory"),
330
/// \brief Track
origins
(allocation points) of uninitialized values
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
48
/// MemorySanitizer can track
origins
(allocation points) of all uninitialized
49
/// values. This behavior is controlled with a flag (msan-track-
origins
) and is
52
///
Origins
are 4-byte values created and interpreted by the runtime library.
54
/// of application memory. Propagation of
origins
is basically a bunch of
61
/// MemorySanitizer reports can show unrelated
origins
, but this is unlikely in
64
///
Origins
are meaningless for fully initialized values, so MemorySanitizer
166
/// Track
origins
of uninitialized values.
170
static cl::opt<int> ClTrackOrigins("msan-track-
origins
",
171
cl::desc("Track
origins
(allocation sites) of poisoned memory"),
427
/// Track
origins
(allocation points) of uninitialized values
[
all
...]
Completed in 567 milliseconds