Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp266 struct DFSanFunction { struct
267 DataFlowSanitizer &DFS;
268 Function *F;
269 DataFlowSanitizer::InstrumentedABI IA;
270 bool IsNativeABI;
271 Value *ArgTLSPtr;
272 Value *RetvalTLSPtr;
273 AllocaInst *LabelReturnAlloca;
274 DenseMap<Value *, Value *> ValShadowMap;
275 DenseMap<AllocaInst *, AllocaInst *> AllocaShadowMap;
[all …]