Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp419 friend struct DFSanFunction;
579 struct DFSanFunction { struct
783 DFSanFunction &DFSF;
785 DFSanVisitor(DFSanFunction &DFSF) : DFSF(DFSF) {} in DFSanVisitor()
972 bool DFSanFunction::shouldInstrumentWithCall() { in shouldInstrumentWithCall()
1806 Value *DFSanFunction::getOrigin(Value *V) { in getOrigin()
1870 Value *DFSanFunction::getShadow(Value *V) { in getShadow()
2091 Align DFSanFunction::getShadowAlign(Align InstAlignment) { in getShadowAlign()
2096 Align DFSanFunction::getOriginAlign(Align InstAlignment) { in getOriginAlign()
2101 bool DFSanFunction::isLookupTableConstant(Value *P) { in isLookupTableConstant()
[all …]