Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getVoidTy

1001       kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy, NULL));
1004 kAsanUnpoisonGlobalsName, IRB.getVoidTy(), NULL));
1008 kAsanRegisterGlobalsName, IRB.getVoidTy(),
1013 IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1017 IRB.getVoidTy(), IntptrTy, NULL));
1139 FunctionType::get(Type::getVoidTy(*C), false),
1194 IRB.getVoidTy(), IntptrTy, NULL));
1198 IRB.getVoidTy(), IntptrTy, NULL));
1202 kAsanReportLoadN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1204 kAsanReportStoreN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1208 IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1211 IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1224 M.getOrInsertFunction(kAsanHandleNoReturnName, IRB.getVoidTy(), NULL));
1226 kAsanCovName, IRB.getVoidTy(), NULL));
1228 kAsanPtrCmp, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1230 kAsanPtrSub, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1232 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
1252 FunctionType::get(Type::getVoidTy(*C), false),
1258 M.getOrInsertFunction(kAsanInitName, IRB.getVoidTy(), NULL));
1504 kAsanStackFreeNameTemplate + Suffix, IRB.getVoidTy(), IntptrTy,
1508 kAsanPoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1510 kAsanUnpoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));