Lines Matching refs:getOrInsertFunction

192   TsanFuncEntry = checkSanitizerInterfaceFunction(M.getOrInsertFunction(  in initializeCallbacks()
195 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy())); in initializeCallbacks()
196 TsanIgnoreBegin = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
198 TsanIgnoreEnd = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
207 TsanRead[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
211 TsanWrite[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
216 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
221 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
228 M.getOrInsertFunction(AtomicLoadName, Attr, Ty, PtrTy, OrdTy)); in initializeCallbacks()
231 TsanAtomicStore[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
256 M.getOrInsertFunction(RMWName, Attr, Ty, PtrTy, Ty, OrdTy)); in initializeCallbacks()
261 TsanAtomicCAS[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
265 M.getOrInsertFunction("__tsan_vptr_update", Attr, IRB.getVoidTy(), in initializeCallbacks()
267 TsanVptrLoad = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
269 TsanAtomicThreadFence = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
271 TsanAtomicSignalFence = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
275 M.getOrInsertFunction("memmove", Attr, IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
278 M.getOrInsertFunction("memcpy", Attr, IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
281 M.getOrInsertFunction("memset", Attr, IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()