Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
386 struct DFSanFunction { struct387 DataFlowSanitizer &DFS;388 Function *F;389 DominatorTree DT;390 DataFlowSanitizer::InstrumentedABI IA;391 bool IsNativeABI;392 Value *ArgTLSPtr = nullptr;393 Value *RetvalTLSPtr = nullptr;394 AllocaInst *LabelReturnAlloca = nullptr;395 DenseMap<Value *, Value *> ValShadowMap;[all …]