Home
last modified time | relevance | path

Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp545 struct DFSanFunction { struct
546 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 …]