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

Declarations

include/llvm/LTO/legacy/LTOModule.h
  164   static size_t getDependentLibraryCount(lto::InputFile *input);

References

tools/llvm-lto/llvm-lto.cpp
  397     for (size_t I = 0, C = LTOModule::getDependentLibraryCount(Input.get());
tools/lto/lto.cpp
  647   return LTOModule::getDependentLibraryCount(unwrap(input));