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

References

tools/bugpoint/Miscompilation.cpp
  791   if (Function *oldMain = Safe->getFunction("main"))
  815       BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
  819       ReturnInst::Create(Safe->getContext(), call, BB);
  829   FunctionCallee resolverFunc = Safe->getOrInsertFunction(
  830       "getPointerToNamedFunction", Type::getInt8PtrTy(Safe->getContext()),
  831       Type::getInt8PtrTy(Safe->getContext()));
  834   for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) {
  834   for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) {
  846             *Safe, InitArray->getType(), true /*isConstant*/,
  930   if (verifyModule(*Test) || verifyModule(*Safe)) {