Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp379 friend struct DFSanFunction;
563 struct DFSanFunction { struct
600 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI) in DFSanFunction() argument
761 DFSanFunction &DFSF;
763 DFSanVisitor(DFSanFunction &DFSF) : DFSF(DFSF) {} in DFSanVisitor()
980 bool DFSanFunction::shouldInstrumentWithCall() { in shouldInstrumentWithCall()
985 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow()
1007 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()
1023 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()
1035 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()
[all …]