reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1210   switch (Size) {
 1227   if (!AvoidNewBlocks && Size % (64 / DFS.ShadowWidth) == 0) {
 1235         {ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size)});
 1270     for (uint64_t Ofs = 64 / DFS.ShadowWidth; Ofs != Size;
 1294       DFS.DFSanUnionLoadFn, {ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size)});