HomeSort by relevance Sort by last modified time
    Searched refs:OrigIns (Results 1 - 4 of 4) 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...]
AddressSanitizer.cpp 485 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 114 SmallVectorImpl<ISD::InputArg> &OrigIns) const;
AMDGPUISelLowering.cpp     [all...]

Completed in 2226 milliseconds