Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h157 StringRef ModulePath, const ModuleSummaryIndex &Index,
166 StringRef ModulePath, const ModuleSummaryIndex &Index,
215 StringRef ModulePath,
222 StringRef ModulePath, StringRef OutputFilename,
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp638 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
745 StringRef ModulePath, in dumpImportListForModule() argument
762 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
774 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
794 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
800 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleFromIndex()
977 StringRef ModulePath, in gatherImportedSummariesForModule() argument
982 ModuleToSummariesForIndex[std::string(ModulePath)] = in gatherImportedSummariesForModule()
983 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule()
1001 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1189 llvm::StringRef ModulePath, in emitFiles() argument
1193 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitFiles()
1203 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1297 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1298 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1300 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1329 OnWrite(std::string(ModulePath)); in start()
1402 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1404 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start()
1409 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h120 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp153 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
162 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h58 Status(const char *ModulePath, FileSpec &Spec));
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h362 StringRef ModulePath;
392 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
395 StringRef modulePath() const { return ModulePath; }
1562 void collectDefinedFunctionsForModule(StringRef ModulePath,
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp902 StringRef ModulePath; member in __anon27c3e5780411::ModuleSummaryIndexBitcodeReader
911 StringRef ModulePath, unsigned ModuleId);
6569 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
6571 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
6574 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
6579 return TheIndex.getModule(ModulePath); in getThisModule()
7423 SmallString<128> ModulePath; in parseModuleStringTable() local
7454 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
7457 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
7460 ModulePath.clear(); in parseModuleStringTable()
[all …]
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp991 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs() argument
996 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8487 StringRef ModulePath; in parseFunctionSummary() local
8501 parseModuleReference(ModulePath) || in parseFunctionSummary()
8548 FS->setModulePath(ModulePath); in parseFunctionSummary()
8564 StringRef ModulePath; in parseVariableSummary() local
8577 parseModuleReference(ModulePath) || in parseVariableSummary()
8605 GS->setModulePath(ModulePath); in parseVariableSummary()
8623 StringRef ModulePath; in parseAliasSummary() local
8630 parseModuleReference(ModulePath) || in parseAliasSummary()
8647 AS->setModulePath(ModulePath); in parseAliasSummary()
9459 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() argument
[all …]
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h341 bool parseModuleReference(StringRef &ModulePath);
/llvm-project-15.0.7/llvm/docs/
H A DORCv2.rst744 for (auto &ModulePath : ModulePaths) {
748 auto M = loadModuleOnContext(ModulePath, TSCtx.getContext());