reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/ModuleUtils.cpp
   25   FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
   31       IRB.getInt32Ty(), PointerType::getUnqual(FnTy), IRB.getInt8PtrTy());
   31       IRB.getInt32Ty(), PointerType::getUnqual(FnTy), IRB.getInt8PtrTy());
   44   CSVals[0] = IRB.getInt32(Priority);
   46   CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getInt8PtrTy())
   47                    : Constant::getNullValue(IRB.getInt8PtrTy());