/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 157 StringRef ModulePath, const ModuleSummaryIndex &Index, 166 StringRef ModulePath, const ModuleSummaryIndex &Index, 207 StringRef ModulePath, 214 StringRef ModulePath, StringRef OutputFilename,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 674 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() argument 676 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport() 783 StringRef ModulePath, in dumpImportListForModule() argument 785 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule() 800 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument 805 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule() 808 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule() 809 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule() 812 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule() 819 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 1248 StringRef ModulePath = BM.getModuleIdentifier(); in start() local 1249 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start() 1251 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start() 1349 StringRef ModulePath = BM.getModuleIdentifier(); in start() local 1351 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start() 1357 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in start() 1368 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start() 1375 OnWrite(std::string(ModulePath)); in start()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 361 StringRef ModulePath; 391 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } 394 StringRef modulePath() const { return ModulePath; } 1495 void collectDefinedFunctionsForModule(StringRef ModulePath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 148 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument 157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 806 StringRef ModulePath; member in __anon8c0d27130411::ModuleSummaryIndexBitcodeReader 815 StringRef ModulePath, unsigned ModuleId); 5720 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument 5722 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader() 5725 TheIndex.addModule(ModulePath, ModuleId); in addThisModule() 5730 return TheIndex.getModule(ModulePath); in getThisModule() 6316 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary() 6574 SmallString<128> ModulePath; in parseModuleStringTable() local 6605 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable() 6608 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 979 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs() argument 984 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8652 StringRef ModulePath; in parseFunctionSummary() local 8666 parseModuleReference(ModulePath) || in parseFunctionSummary() 8713 FS->setModulePath(ModulePath); in parseFunctionSummary() 8729 StringRef ModulePath; in parseVariableSummary() local 8742 parseModuleReference(ModulePath) || in parseVariableSummary() 8770 GS->setModulePath(ModulePath); in parseVariableSummary() 8788 StringRef ModulePath; in parseAliasSummary() local 8795 parseModuleReference(ModulePath) || in parseAliasSummary() 8812 AS->setModulePath(ModulePath); in parseAliasSummary() 8818 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in parseAliasSummary() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 341 bool parseModuleReference(StringRef &ModulePath);
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ORCv2.rst | 629 for (auto &ModulePath : ModulePaths) { 633 auto M = loadModuleOnContext(ModulePath, TSCtx.getContext());
|