Lines Matching refs:getVoidTy
207 IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
209 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize()
211 IRB.getVoidTy()); in initialize()
213 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy()); in initialize()
221 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize()
225 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(), in initialize()
230 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
234 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
238 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
242 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
247 UnalignedVolatileReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
252 UnalignedVolatileWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
256 CompoundRWName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
261 UnalignedCompoundRWName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
280 IRB.getVoidTy(), PtrTy, Ty, OrdTy); in initialize()
319 M.getOrInsertFunction("__tsan_vptr_update", Attr, IRB.getVoidTy(), in initialize()
322 IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
326 IRB.getVoidTy(), OrdTy); in initialize()
331 IRB.getVoidTy(), OrdTy); in initialize()