Searched defs:DFSanFunction (Results 1 – 3 of 3) sorted by relevance
283 struct DFSanFunction { struct284 DataFlowSanitizer &DFS;285 Function *F;286 DominatorTree DT;287 DataFlowSanitizer::InstrumentedABI IA;288 bool IsNativeABI;289 Value *ArgTLSPtr;290 Value *RetvalTLSPtr;291 AllocaInst *LabelReturnAlloca;292 DenseMap<Value *, Value *> ValShadowMap;[all …]
386 struct DFSanFunction { struct387 DataFlowSanitizer &DFS;388 Function *F;389 DominatorTree DT;390 DataFlowSanitizer::InstrumentedABI IA;391 bool IsNativeABI;392 Value *ArgTLSPtr = nullptr;393 Value *RetvalTLSPtr = nullptr;394 AllocaInst *LabelReturnAlloca = nullptr;395 DenseMap<Value *, Value *> ValShadowMap;[all …]
571 struct DFSanFunction { struct572 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 …]