Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
563 struct DFSanFunction { struct564 DataFlowSanitizer &DFS;565 Function *F;566 DominatorTree DT;567 DataFlowSanitizer::InstrumentedABI IA;568 bool IsNativeABI;569 AllocaInst *LabelReturnAlloca = nullptr;570 AllocaInst *OriginReturnAlloca = nullptr;571 DenseMap<Value *, Value *> ValShadowMap;572 DenseMap<Value *, Value *> ValOriginMap;[all …]