Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
275 struct DFSanFunction { struct276 DataFlowSanitizer &DFS;277 Function *F;278 DominatorTree DT;279 DataFlowSanitizer::InstrumentedABI IA;280 bool IsNativeABI;281 Value *ArgTLSPtr;282 Value *RetvalTLSPtr;283 AllocaInst *LabelReturnAlloca;284 DenseMap<Value *, Value *> ValShadowMap;[all …]