Searched defs:getShadowTy (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | DataFlowSanitizer.cpp | 1103 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { getShadowTy() function in DataFlowSanitizer |
H A D | MemorySanitizer.cpp | 1558 Type *getShadowTy(Value *V) { return getShadowTy(V->getType()); } getShadowTy() function |