Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp79 Instruction *getShadowBase(Function &F);
164 Value *ShadowBase = getShadowBase(*TysanGlobalsSetTypeFunction); in instrumentGlobals()
449 Instruction *TypeSanitizer::getShadowBase(Function &F) { in getShadowBase() function in TypeSanitizer
545 Instruction *ShadowBase = NeedsInstrumentation ? nullptr : getShadowBase(F); in sanitizeFunction()
834 ShadowBase = getShadowBase(*F); in instrumentMemInst()