Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp676 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
783 StringRef ModulePath, in dumpImportListForModule() argument
800 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
812 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
832 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
838 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleFromIndex()
969 StringRef ModulePath, in gatherImportedSummariesForModule() argument
974 ModuleToSummariesForIndex[std::string(ModulePath)] = in gatherImportedSummariesForModule()
975 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule()
993 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h363 StringRef ModulePath;
393 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
396 StringRef modulePath() const { return ModulePath; }
1497 void collectDefinedFunctionsForModule(StringRef ModulePath,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp148 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp774 StringRef ModulePath; member in __anonba06ddfc0411::ModuleSummaryIndexBitcodeReader
783 StringRef ModulePath, unsigned ModuleId);
5651 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5653 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5656 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5661 return TheIndex.getModule(ModulePath); in getThisModule()
6505 SmallString<128> ModulePath; in parseModuleStringTable() local
6536 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6539 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
6542 ModulePath.clear(); in parseModuleStringTable()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8353 StringRef ModulePath; in parseFunctionSummary() local
8367 parseModuleReference(ModulePath) || in parseFunctionSummary()
8414 FS->setModulePath(ModulePath); in parseFunctionSummary()
8430 StringRef ModulePath; in parseVariableSummary() local
8443 parseModuleReference(ModulePath) || in parseVariableSummary()
8471 GS->setModulePath(ModulePath); in parseVariableSummary()
8489 StringRef ModulePath; in parseAliasSummary() local
8496 parseModuleReference(ModulePath) || in parseAliasSummary()
8513 AS->setModulePath(ModulePath); in parseAliasSummary()
9297 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() argument
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h330 bool parseModuleReference(StringRef &ModulePath);