Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
266 struct DFSanFunction { struct267 DataFlowSanitizer &DFS;268 Function *F;269 DataFlowSanitizer::InstrumentedABI IA;270 bool IsNativeABI;271 Value *ArgTLSPtr;272 Value *RetvalTLSPtr;273 AllocaInst *LabelReturnAlloca;274 DenseMap<Value *, Value *> ValShadowMap;275 DenseMap<AllocaInst *, AllocaInst *> AllocaShadowMap;[all …]