Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp571 struct DFSanFunction { struct
572 DataFlowSanitizer &DFS;
573 Function *F;
574 DominatorTree DT;
575 bool IsNativeABI;
576 bool IsForceZeroLabels;
577 TargetLibraryInfo &TLI;
578 AllocaInst *LabelReturnAlloca = nullptr;
579 AllocaInst *OriginReturnAlloca = nullptr;
580 DenseMap<Value *, Value *> ValShadowMap;
[all …]