Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp275 struct DFSanFunction { struct
276 DataFlowSanitizer &DFS;
277 Function *F;
278 DominatorTree DT;
279 DataFlowSanitizer::InstrumentedABI IA;
280 bool IsNativeABI;
281 Value *ArgTLSPtr;
282 Value *RetvalTLSPtr;
283 AllocaInst *LabelReturnAlloca;
284 DenseMap<Value *, Value *> ValShadowMap;
[all …]