Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp386 struct DFSanFunction { struct
387 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 …]