Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
545 struct DFSanFunction { struct546 DataFlowSanitizer &DFS;547 Function *F;548 DominatorTree DT;549 bool IsNativeABI;550 bool IsForceZeroLabels;558 struct PHIFixupElement {565 DenseSet<Instruction *> SkipInsts;568 struct CachedShadow {581 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI, in DFSanFunction() argument[all …]