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

Declarations

include/llvm/Bitcode/BitcodeReader.h
  186   getModuleSummaryIndexForFile(StringRef Path,

References

lib/Transforms/IPO/FunctionImport.cpp
 1215       getModuleSummaryIndexForFile(SummaryFile);
tools/clang/lib/CodeGen/BackendUtil.cpp
 1509         llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile,
tools/llvm-link/llvm-link.cpp
  215       ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex));
  303           ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex));
tools/llvm-lto/llvm-lto.cpp
  334         ExitOnErr(getModuleSummaryIndexForFile(Filename));
  481   return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex));