Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1107 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { in getShadowTy() function in DataFlowSanitizer
1126 Type *DataFlowSanitizer::getShadowTy(Value *V) { in getShadowTy() function in DataFlowSanitizer
H A DMemorySanitizer.cpp1575 Type *getShadowTy(Value *V) { return getShadowTy(V->getType()); } in getShadowTy() function
1578 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function