Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getVoidTy

842       kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
845 kAsanUnpoisonGlobalsName, IRB.getVoidTy(), NULL));
849 kAsanRegisterGlobalsName, IRB.getVoidTy(),
854 IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
993 FunctionType::get(Type::getVoidTy(*C), false),
1018 FunctionName, IRB.getVoidTy(), IntptrTy, NULL));
1022 kAsanReportLoadN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1024 kAsanReportStoreN, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1027 kAsanHandleNoReturnName, IRB.getVoidTy(), NULL));
1029 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
1066 FunctionType::get(Type::getVoidTy(*C), false),
1072 M.getOrInsertFunction(kAsanInitName, IRB.getVoidTy(), NULL));
1227 kAsanStackFreeName, IRB.getVoidTy(),
1230 kAsanPoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
1232 kAsanUnpoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));