Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp192 TsanFuncEntry = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
194 TsanFuncExit = checkSanitizerInterfaceFunction( in initializeCallbacks()
216 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
221 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
227 TsanAtomicLoad[i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
255 TsanAtomicRMW[op][i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
264 TsanVptrUpdate = checkSanitizerInterfaceFunction( in initializeCallbacks()
267 TsanVptrLoad = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
274 MemmoveFn = checkSanitizerInterfaceFunction( in initializeCallbacks()
277 MemcpyFn = checkSanitizerInterfaceFunction( in initializeCallbacks()
[all …]
H A DSanitizerCoverage.cpp332 SanCovTracePCIndir = checkSanitizerInterfaceFunction( in runOnModule()
335 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
344 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
348 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
351 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
354 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
357 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
361 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
364 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
367 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
[all …]
H A DEfficiencySanitizer.cpp254 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
258 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
262 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
266 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
269 EsanUnalignedLoadN = checkSanitizerInterfaceFunction( in initializeCallbacks()
272 EsanUnalignedStoreN = checkSanitizerInterfaceFunction( in initializeCallbacks()
275 MemmoveFn = checkSanitizerInterfaceFunction( in initializeCallbacks()
278 MemcpyFn = checkSanitizerInterfaceFunction( in initializeCallbacks()
281 MemsetFn = checkSanitizerInterfaceFunction( in initializeCallbacks()
514 Function *EsanExit = checkSanitizerInterfaceFunction( in createDestructor()
H A DAddressSanitizer.cpp1810 AsanUnregisterGlobals = checkSanitizerInterfaceFunction( in initializeCallbacks()
1818 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1823 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1827 AsanRegisterElfGlobals = checkSanitizerInterfaceFunction( in initializeCallbacks()
1832 AsanUnregisterElfGlobals = checkSanitizerInterfaceFunction( in initializeCallbacks()
2350 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
2387 AsanHandleNoReturnFunc = checkSanitizerInterfaceFunction( in initializeCallbacks()
2646 AsanStackMallocFunc[i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
2649 AsanStackFreeFunc[i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
2667 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
[all …]
H A DHWAddressSanitizer.cpp361 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
368 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
375 HwasanTagMemoryFunc = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
377 HwasanGenerateTagFunc = checkSanitizerInterfaceFunction( in initializeCallbacks()
386 HWAsanMemmove = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
389 HWAsanMemcpy = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
392 HWAsanMemset = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
396 HwasanThreadEnterFunc = checkSanitizerInterfaceFunction( in initializeCallbacks()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp130 Function *llvm::checkSanitizerInterfaceFunction(Constant *FuncOrBitcast) { in checkSanitizerInterfaceFunction() function in llvm
144 Function *F = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in declareSanitizerInitFunction()
169 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in createSanitizerCtorAndInitFunctions()
211 Function *F = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in getOrCreateInitFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h47 Function *checkSanitizerInterfaceFunction(Constant *FuncOrBitcast);