Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
283 struct DFSanFunction { struct284 DataFlowSanitizer &DFS;285 Function *F;286 DominatorTree DT;287 DataFlowSanitizer::InstrumentedABI IA;288 bool IsNativeABI;289 Value *ArgTLSPtr;290 Value *RetvalTLSPtr;291 AllocaInst *LabelReturnAlloca;292 DenseMap<Value *, Value *> ValShadowMap;[all …]