Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp115 Function *TysanGlobalsSetTypeFunction; member
126 TysanGlobalsSetTypeFunction = M.getFunction("__tysan_set_globals_types"); in TypeSanitizer()
150 TysanGlobalsSetTypeFunction = nullptr; in instrumentGlobals()
156 TysanGlobalsSetTypeFunction = Function::Create( in instrumentGlobals()
160 BasicBlock::Create(M.getContext(), "", TysanGlobalsSetTypeFunction); in instrumentGlobals()
164 Value *ShadowBase = getShadowBase(*TysanGlobalsSetTypeFunction); in instrumentGlobals()
165 Value *AppMemMask = getAppMemMask(*TysanGlobalsSetTypeFunction); in instrumentGlobals()
178 TysanGlobalsSetTypeFunction->getEntryBlock().getTerminator()); in instrumentGlobals()
187 if (TysanGlobalsSetTypeFunction) { in instrumentGlobals()
191 IRB.CreateCall(TysanGlobalsSetTypeFunction, {}); in instrumentGlobals()
[all …]