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

References

tools/llvm-stress/llvm-stress.cpp
  158     Type::getInt8PtrTy(Context),
  159     Type::getInt32PtrTy(Context),
  160     Type::getInt64PtrTy(Context),
  161     Type::getInt32Ty(Context),
  162     Type::getInt64Ty(Context),
  163     Type::getInt8Ty(Context)
  166   auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false);