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

References

include/llvm/IR/ModuleSummaryIndex.h
 1337     for (auto &GlobalList : *this) {
lib/Bitcode/Writer/BitcodeWriter.cpp
  192     for (const auto &GUIDSummaryLists : *Index)
  453       for (auto &Summaries : Index)
 3750   if (Index->begin() == Index->end()) {
lib/IR/AsmWriter.cpp
 1035   for (auto &GlobalList : *TheIndex)
 2703   for (auto &GlobalList : *TheIndex) {
 2710   for (auto &GlobalList : *TheIndex) {
lib/IR/ModuleSummaryIndex.cpp
   68   for (auto &GlobalList : *this) {
lib/LTO/ThinLTOCodeGenerator.cpp
  135   for (auto &I : Index) {
lib/Transforms/IPO/FunctionImport.cpp
  712   for (auto &GlobalList : Index) {
tools/llvm-as/llvm-as.cpp
   95     if (Index && Index->begin() != Index->end())