Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp283 struct DFSanFunction { struct
284 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 …]