Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp563 struct DFSanFunction { struct
564 DataFlowSanitizer &DFS;
565 Function *F;
566 DominatorTree DT;
567 DataFlowSanitizer::InstrumentedABI IA;
568 bool IsNativeABI;
569 AllocaInst *LabelReturnAlloca = nullptr;
570 AllocaInst *OriginReturnAlloca = nullptr;
571 DenseMap<Value *, Value *> ValShadowMap;
572 DenseMap<Value *, Value *> ValOriginMap;
[all …]