| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | FunctionImport.h | 157 StringRef ModulePath, const ModuleSummaryIndex &Index, 166 StringRef ModulePath, const ModuleSummaryIndex &Index, 207 StringRef ModulePath, 214 StringRef ModulePath, StringRef OutputFilename,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | FunctionImport.cpp | 674 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangModulesDeclVendor.h | 35 typedef std::vector<ConstString> ModulePath; typedef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | LTO.cpp | 1248 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-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | ModuleSummaryIndex.h | 363 StringRef ModulePath; 393 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } 396 StringRef modulePath() const { return ModulePath; } 1497 void collectDefinedFunctionsForModule(StringRef ModulePath,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| D | BitcodeReader.h | 119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ModuleSummaryIndex.cpp | 148 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument 157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 774 StringRef ModulePath; member in __anonfbd6fa600411::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() 6247 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary() 6505 SmallString<128> ModulePath; in parseModuleStringTable() local 6536 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable() 6539 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 8353 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() 8519 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in parseAliasSummary() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| D | LLParser.h | 330 bool parseModuleReference(StringRef &ModulePath);
|