Lines Matching defs:VoidTy
409 Type *VoidTy = Type::getVoidTy(M.getContext());
678 FunctionType::get(VoidTy, {IntptrTy, IntptrTy, Int8Ty}, false);
680 FunctionType::get(VoidTy, {IntptrTy, Int8Ty}, false);
687 FunctionType::get(VoidTy, {IntptrTy, IntptrTy}, false);
689 FunctionType::get(VoidTy, {IntptrTy}, false);
726 HwasanTagMemoryFunc = M.getOrInsertFunction("__hwasan_tag_memory", VoidTy,
732 M.getOrInsertFunction("__hwasan_add_frame_record", VoidTy, Int64Ty);
738 M.getOrInsertFunction("__hwasan_handle_vfork", VoidTy, IntptrTy);
1024 FunctionType::get(VoidTy, {TCI.PtrLong->getType()}, false),
1035 FunctionType::get(VoidTy, {TCI.PtrLong->getType()}, false),
1043 FunctionType::get(VoidTy, {TCI.PtrLong->getType()}, false),
1814 FunctionCallee UnwindGetGR = M.getOrInsertFunction("_Unwind_GetGR", VoidTy);
1815 FunctionCallee UnwindGetCFA = M.getOrInsertFunction("_Unwind_GetCFA", VoidTy);