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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1086     return V2;
 1087   if (V2 == DFS.ZeroShadow)
 1089   if (V1 == V2)
 1093   auto V2Elems = ShadowElements.find(V2);
 1100       return V2;
 1103     if (V1Elems->second.count(V2))
 1107       return V2;
 1110   auto Key = std::make_pair(V1, V2);
 1111   if (V1 > V2)
 1119     CallInst *Call = IRB.CreateCall(DFS.DFSanCheckedUnionFn, {V1, V2});
 1128     Value *Ne = IRB.CreateICmpNE(V1, V2);
 1132     CallInst *Call = ThenIRB.CreateCall(DFS.DFSanUnionFn, {V1, V2});
 1155     UnionElems.insert(V2);