Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getVoidTy

862       kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy, NULL));
865 kAsanUnpoisonGlobalsName, IRB.getVoidTy(), NULL));
869 kAsanRegisterGlobalsName, IRB.getVoidTy(),
874 IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1014 FunctionType::get(Type::getVoidTy(*C), false),
1039 FunctionName, IRB.getVoidTy(), IntptrTy, NULL));
1043 kAsanReportLoadN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1045 kAsanReportStoreN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1048 kAsanHandleNoReturnName, IRB.getVoidTy(), NULL));
1050 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
1087 FunctionType::get(Type::getVoidTy(*C), false),
1093 M.getOrInsertFunction(kAsanInitName, IRB.getVoidTy(), NULL));
1277 kAsanStackFreeName, IRB.getVoidTy(),
1280 kAsanPoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1282 kAsanUnpoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));