Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp969 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
1081 StringRef ModulePath, in dumpImportListForModule() argument
1105 StringRef ModulePath, in ComputeCrossModuleImportForModuleForTest() argument
1121 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleForTest()
1144 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndexForTest()
1150 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleFromIndexForTest()
1327 StringRef ModulePath, in gatherImportedSummariesForModule() argument
1332 ModuleToSummariesForIndex[std::string(ModulePath)] = in gatherImportedSummariesForModule()
1333 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule()
1350 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h211 StringRef ModulePath,
218 StringRef ModulePath, StringRef OutputFilename,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1387 llvm::StringRef ModulePath, in emitFiles() argument
1401 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1495 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1496 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1498 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1527 OnWrite(std::string(ModulePath)); in start()
1603 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1605 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
1611 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix); in start()
1615 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h160 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp165 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
174 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h503 StringRef ModulePath;
533 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
536 StringRef modulePath() const { return ModulePath; }
1814 void collectDefinedFunctionsForModule(StringRef ModulePath,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp905 StringRef ModulePath; member in __anon933571fe0411::ModuleSummaryIndexBitcodeReader
918 StringRef ModulePath,
6771 ModulePath(ModulePath), IsPrevailing(IsPrevailing) {} in ModuleSummaryIndexBitcodeReader()
6774 TheIndex.addModule(ModulePath); in addThisModule()
6779 return TheIndex.getModule(ModulePath); in getThisModule()
7738 SmallString<128> ModulePath; in parseModuleStringTable() local
7769 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
7772 LastSeenModule = TheIndex.addModule(ModulePath); in parseModuleStringTable()
7775 ModulePath.clear(); in parseModuleStringTable()
8045 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, in readSummary() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8923 StringRef ModulePath; in parseFunctionSummary() local
8939 parseModuleReference(ModulePath) || in parseFunctionSummary()
8994 FS->setModulePath(ModulePath); in parseFunctionSummary()
9010 StringRef ModulePath; in parseVariableSummary() local
9023 parseModuleReference(ModulePath) || in parseVariableSummary()
9051 GS->setModulePath(ModulePath); in parseVariableSummary()
9068 StringRef ModulePath; in parseAliasSummary() local
9075 parseModuleReference(ModulePath) || in parseAliasSummary()
9092 AS->setModulePath(ModulePath); in parseAliasSummary()
9920 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h374 bool parseModuleReference(StringRef &ModulePath);