Home
last modified time | relevance | path

Searched defs:ModuleToSummariesForIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp777 gatherImportedSummariesForModule(Module & TheModule,ModuleSummaryIndex & Index,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex,const lto::InputFile & File) gatherImportedSummariesForModule() argument
844 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; emitImports() local
H A DLTO.cpp1389 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; emitFiles() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1330 gatherImportedSummariesForModule(StringRef ModulePath,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,const FunctionImporter::ImportMapTy & ImportList,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex) gatherImportedSummariesForModule() argument
1351 EmitImportsFiles(StringRef ModulePath,StringRef OutputFilename,const std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex) EmitImportsFiles() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp420 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; global() member in __anon5e25d82e0111::IndexBitcodeWriter
445 IndexBitcodeWriter(BitstreamWriter & Stream,StringTableBuilder & StrtabBuilder,const ModuleSummaryIndex & Index,const std::map<std::string,GVSummaryMapTy> * ModuleToSummariesForIndex=nullptr) IndexBitcodeWriter() argument
4911 writeIndex(const ModuleSummaryIndex * Index,const std::map<std::string,GVSummaryMapTy> * ModuleToSummariesForIndex) writeIndex() argument
4965 writeIndexToFile(const ModuleSummaryIndex & Index,raw_ostream & Out,const std::map<std::string,GVSummaryMapTy> * ModuleToSummariesForIndex) writeIndexToFile() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp685 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; distributedIndexes() local