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

References

tools/bugpoint/ExtractFunction.cpp
  320   std::unique_ptr<Module> New = CloneModule(*M, NewVMap);
  329     TestFunctions.insert(cast<Function>(NewVMap[TNOF]));
  340     GlobalVariable *GV = cast<GlobalVariable>(NewVMap[&I]);
  361   SplitStaticCtorDtor("llvm.global_ctors", M, New.get(), NewVMap);
  362   SplitStaticCtorDtor("llvm.global_dtors", M, New.get(), NewVMap);