Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp538 struct DFSanFunction { struct
539 DataFlowSanitizer &DFS;
540 Function *F;
541 DominatorTree DT;
543 bool IsNativeABI;
551 struct PHIFixupElement {
558 DenseSet<Instruction *> SkipInsts;
559 std::vector<Value *> NonZeroChecks;
561 struct CachedShadow {
574 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI) in DFSanFunction() function
[all …]