• Home
  • Raw
  • Download

Lines Matching refs:getOrInsertFunction

153   TsanFuncEntry = checkSanitizerInterfaceFunction(M.getOrInsertFunction(  in initializeCallbacks()
156 M.getOrInsertFunction("__tsan_func_exit", IRB.getVoidTy(), nullptr)); in initializeCallbacks()
164 TsanRead[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
168 TsanWrite[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
173 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
178 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
185 M.getOrInsertFunction(AtomicLoadName, Ty, PtrTy, OrdTy, nullptr)); in initializeCallbacks()
188 TsanAtomicStore[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
213 M.getOrInsertFunction(RMWName, Ty, PtrTy, Ty, OrdTy, nullptr)); in initializeCallbacks()
218 TsanAtomicCAS[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
222 M.getOrInsertFunction("__tsan_vptr_update", IRB.getVoidTy(), in initializeCallbacks()
224 TsanVptrLoad = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
226 TsanAtomicThreadFence = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
228 TsanAtomicSignalFence = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
232 M.getOrInsertFunction("memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
235 M.getOrInsertFunction("memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
238 M.getOrInsertFunction("memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()