Searched defs:ModuleToSummariesForIndex (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp640 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp804 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; local
745 gatherImportedSummariesForModule( Module &TheModule, ModuleSummaryIndex &Index, std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex, const lto::InputFile &File) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp968 gatherImportedSummariesForModule( StringRef ModulePath, const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries, const FunctionImporter::ImportMapTy &ImportList, std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) argument
992 EmitImportsFiles( StringRef ModulePath, StringRef OutputFilename, const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp419 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in class:__anon1718::IndexBitcodeWriter
4619 writeIndex( const ModuleSummaryIndex *Index, const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) argument
4673 WriteIndexToFile( const ModuleSummaryIndex &Index, raw_ostream &Out, const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) argument
[all...]

Completed in 204 milliseconds