Searched defs:ModuleToSummariesForIndex (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 836 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex, DecSummaries); in emitImports() local 769 gatherImportedSummariesForModule(Module & TheModule,ModuleSummaryIndex & Index,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex,const lto::InputFile & File) gatherImportedSummariesForModule() argument
|
H A D | LTO.cpp | 1402 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; emitFiles() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1424 gatherImportedSummariesForModule(StringRef ModulePath,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,const FunctionImporter::ImportMapTy & ImportList,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex) gatherImportedSummariesForModule() argument 1449 EmitImportsFiles(StringRef ModulePath,StringRef OutputFilename,const std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex) EmitImportsFiles() argument
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 430 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; global() member in __anon51c5ee0f0111::IndexBitcodeWriter 459 IndexBitcodeWriter(BitstreamWriter & Stream,StringTableBuilder & StrtabBuilder,const ModuleSummaryIndex & Index,const std::map<std::string,GVSummaryMapTy> * ModuleToSummariesForIndex=nullptr) IndexBitcodeWriter() argument 5071 writeIndex(const ModuleSummaryIndex * Index,const std::map<std::string,GVSummaryMapTy> * ModuleToSummariesForIndex) writeIndex() argument 5127 writeIndexToFile(const ModuleSummaryIndex & Index,raw_ostream & Out,const std::map<std::string,GVSummaryMapTy> * ModuleToSummariesForIndex) writeIndexToFile() argument [all...] |
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 694 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; distributedIndexes() local
|