Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
579 struct DFSanFunction { struct580 DataFlowSanitizer &DFS;581 Function *F;582 DominatorTree DT;583 bool IsNativeABI;584 bool IsForceZeroLabels;585 TargetLibraryInfo &TLI;593 struct PHIFixupElement {603 struct CachedShadow {616 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI, in DFSanFunction() function[all …]