reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 Function *F = B.GetInsertBlock()->getParent(); 45 PointerType *Int8PtrTy = B.getInt8PtrTy(); 46 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout()); 58 FunctionType::get(B.getVoidTy(), Int8PtrTy, false); 65 ConstantInt::get(IntPtrTy, 0), ConstantInt::get(B.getInt32Ty(), 2), 68 B.CreateCall(StatReport, ConstantExpr::getBitCast(InitAddr, Int8PtrTy));