Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
581 struct DFSanFunction { struct582 DataFlowSanitizer &DFS;583 Function *F;584 DominatorTree DT;585 bool IsNativeABI;586 bool IsForceZeroLabels;587 TargetLibraryInfo &TLI;588 AllocaInst *LabelReturnAlloca = nullptr;589 AllocaInst *OriginReturnAlloca = nullptr;590 DenseMap<Value *, Value *> ValShadowMap;[all …]