Lines Matching refs:Index
789 // a non-empty index file option), then we need promote to global scope
793 std::unique_ptr<FunctionInfoIndex> Index;
800 errs() << "Error loading index file '"
805 Index = std::move(IndexOrErr.get());
806 assert(Index);
809 renameModuleForThinLTO(std::move(TheModule), Index.get());
820 TheModule.get(), BA, OS, std::move(Index));