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

Declarations

include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  247   std::unique_ptr<ModuleSummaryIndex> linkCombinedIndex();

References

lib/LTO/ThinLTOCodeGenerator.cpp
  936   auto Index = linkCombinedIndex();
tools/llvm-lto/llvm-lto.cpp
  580     auto CombinedIndex = ThinGenerator.linkCombinedIndex();