Home
last modified time | relevance | path

Searched refs:ModulePath (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h157 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 DFunctionImport.cpp674 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 DLTO.cpp1248 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 DModuleSummaryIndex.h361 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 DBitcodeReader.h119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp148 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 DBitcodeReader.cpp806 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 Dgold-plugin.cpp979 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 DLLParser.cpp8652 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 DLLParser.h341 bool parseModuleReference(StringRef &ModulePath);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst629 for (auto &ModulePath : ModulePaths) {
633 auto M = loadModuleOnContext(ModulePath, TSCtx.getContext());