reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2488 FunctionType::get(IRB.getVoidTy(), Args2, false)); 2492 FunctionType::get(IRB.getVoidTy(), Args2, false)); 2500 FunctionType::get(IRB.getVoidTy(), Args1, false)); 2505 FunctionType::get(IRB.getVoidTy(), Args1, false)); 2513 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 2513 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 2514 IRB.getInt8PtrTy(), IntptrTy); 2516 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 2516 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 2517 IRB.getInt8PtrTy(), IntptrTy); 2519 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 2519 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 2520 IRB.getInt32Ty(), IntptrTy); 2523 M.getOrInsertFunction(kAsanHandleNoReturnName, IRB.getVoidTy()); 2526 M.getOrInsertFunction(kAsanPtrCmp, IRB.getVoidTy(), IntptrTy, IntptrTy); 2528 M.getOrInsertFunction(kAsanPtrSub, IRB.getVoidTy(), IntptrTy, IntptrTy); 2530 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false), 2535 ArrayType::get(IRB.getInt8Ty(), 0));