Lines Matching defs:VoidTy
436 Type *VoidTy = Type::getVoidTy(M.getContext());
751 FunctionType::get(VoidTy, {IntptrTy, IntptrTy, Int8Ty}, false);
753 FunctionType::get(VoidTy, {IntptrTy, Int8Ty}, false);
760 FunctionType::get(VoidTy, {IntptrTy, IntptrTy}, false);
762 FunctionType::get(VoidTy, {IntptrTy}, false);
799 HwasanTagMemoryFunc = M.getOrInsertFunction("__hwasan_tag_memory", VoidTy,
805 M.getOrInsertFunction("__hwasan_add_frame_record", VoidTy, Int64Ty);
811 M.getOrInsertFunction("__hwasan_handle_vfork", VoidTy, IntptrTy);
1098 FunctionType::get(VoidTy, {TCI.PtrLong->getType()}, false),
1109 FunctionType::get(VoidTy, {TCI.PtrLong->getType()}, false),
1117 FunctionType::get(VoidTy, {TCI.PtrLong->getType()}, false),
1873 FunctionCallee UnwindGetGR = M.getOrInsertFunction("_Unwind_GetGR", VoidTy);
1874 FunctionCallee UnwindGetCFA = M.getOrInsertFunction("_Unwind_GetCFA", VoidTy);