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

Declarations

include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
   80   void run();

References

tools/llvm-lto/llvm-lto.cpp
  793     ThinGenerator.run();
  837       ThinGenerator.run();
  841     ThinGenerator.run();
tools/lto/lto.cpp
  508 void thinlto_codegen_process(thinlto_code_gen_t cg) { unwrap(cg)->run(); }