Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1196 auto IsReadOrWriteOnlyVarNeedingImporting = [&](StringRef ModulePath, in checkVariableImport()
1199 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
1313 StringRef ModulePath, in dumpImportListForModule() argument
1317 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
1340 StringRef ModulePath, in ComputeCrossModuleImportForModuleForTest() argument
1348 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModuleForTest()
1351 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModuleForTest()
1353 MIS->computeImportForModule(FunctionSummaryMap, ModulePath, ImportList); in ComputeCrossModuleImportForModuleForTest()
1356 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleForTest()
1366 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndexForTest() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1404 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() argument
1406 return emitFiles(ImportList, ModulePath, NewModulePath, in emitFiles()
1412 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() argument
1420 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitFiles()
1433 ModulePath, NewModulePath + ".imports", ModuleToSummariesForIndex); in emitFiles()
1441 ModulePath, ModuleToSummariesForIndex, in emitFiles()
1546 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1547 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1549 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1578 OnWrite(std::string(ModulePath)); in start()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h417 StringRef ModulePath,
425 EmitImportsFiles(StringRef ModulePath, StringRef OutputFilename,
430 StringRef ModulePath,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h251 StringRef ModulePath,
257 const FunctionImporter::ImportMapTy &ImportList, StringRef ModulePath,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp162 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
171 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h162 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h539 StringRef ModulePath;
572 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
575 StringRef modulePath() const { return ModulePath; }
1930 collectDefinedFunctionsForModule(StringRef ModulePath,
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp965 StringRef ModulePath; member in __anondf6e26480411::ModuleSummaryIndexBitcodeReader
982 StringRef ModulePath,
7142 StringRef ModulePath, std::function<bool(GlobalValue::GUID)> IsPrevailing) in ModuleSummaryIndexBitcodeReader() argument
7144 ModulePath(ModulePath), IsPrevailing(IsPrevailing) {} in ModuleSummaryIndexBitcodeReader()
7147 TheIndex.addModule(ModulePath); in addThisModule()
7152 return TheIndex.getModule(ModulePath); in getThisModule()
7809 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
8218 SmallString<128> ModulePath; in parseModuleStringTable() local
8249 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
8252 LastSeenModule = TheIndex.addModule(ModulePath); in parseModuleStringTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9708 StringRef ModulePath; in parseFunctionSummary() local
9725 parseModuleReference(ModulePath) || in parseFunctionSummary()
9780 FS->setModulePath(ModulePath); in parseFunctionSummary()
9796 StringRef ModulePath; in parseVariableSummary() local
9810 parseModuleReference(ModulePath) || in parseVariableSummary()
9838 GS->setModulePath(ModulePath); in parseVariableSummary()
9855 StringRef ModulePath; in parseAliasSummary() local
9863 parseModuleReference(ModulePath) || in parseAliasSummary()
9880 AS->setModulePath(ModulePath); in parseAliasSummary()
9886 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in parseAliasSummary()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h390 bool parseModuleReference(StringRef &ModulePath);