/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1045 auto IsReadOrWriteOnlyVarNeedingImporting = [&](StringRef ModulePath, in checkVariableImport() 1048 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport() 1166 StringRef ModulePath, in dumpImportListForModule() argument 1168 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule() 1193 StringRef ModulePath, in ComputeCrossModuleImportForModuleForTest() argument 1201 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModuleForTest() 1204 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModuleForTest() 1206 MIS->computeImportForModule(FunctionSummaryMap, ModulePath, ImportList); in ComputeCrossModuleImportForModuleForTest() 1209 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleForTest() 1219 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndexForTest() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 221 StringRef ModulePath, 229 StringRef ModulePath, StringRef OutputFilename,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.h | 35 typedef std::vector<ConstString> ModulePath; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 1399 llvm::StringRef ModulePath, in emitFiles() argument 1405 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitFiles() 1418 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles() 1512 StringRef ModulePath = BM.getModuleIdentifier(); in start() local 1513 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start() 1515 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start() 1544 OnWrite(std::string(ModulePath)); in start() 1635 StringRef ModulePath = BM.getModuleIdentifier(); in start() local 1637 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start() 1643 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix); in start() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 160 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 165 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument 174 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 535 StringRef ModulePath; 565 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } 568 StringRef modulePath() const { return ModulePath; } 1859 void collectDefinedFunctionsForModule(StringRef ModulePath,
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 963 StringRef ModulePath; member in __anondf6e26480411::ModuleSummaryIndexBitcodeReader 976 StringRef ModulePath, 7078 StringRef ModulePath, std::function<bool(GlobalValue::GUID)> IsPrevailing) in ModuleSummaryIndexBitcodeReader() argument 7080 ModulePath(ModulePath), IsPrevailing(IsPrevailing) {} in ModuleSummaryIndexBitcodeReader() 7083 TheIndex.addModule(ModulePath); in addThisModule() 7088 return TheIndex.getModule(ModulePath); in getThisModule() 7703 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary() 8083 SmallString<128> ModulePath; in parseModuleStringTable() local 8114 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable() 8117 LastSeenModule = TheIndex.addModule(ModulePath); in parseModuleStringTable() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9381 StringRef ModulePath; in parseFunctionSummary() local 9398 parseModuleReference(ModulePath) || in parseFunctionSummary() 9453 FS->setModulePath(ModulePath); in parseFunctionSummary() 9469 StringRef ModulePath; in parseVariableSummary() local 9483 parseModuleReference(ModulePath) || in parseVariableSummary() 9511 GS->setModulePath(ModulePath); in parseVariableSummary() 9528 StringRef ModulePath; in parseAliasSummary() local 9536 parseModuleReference(ModulePath) || in parseAliasSummary() 9553 AS->setModulePath(ModulePath); in parseAliasSummary() 9559 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in parseAliasSummary() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 386 bool parseModuleReference(StringRef &ModulePath);
|