Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h152 StringRef ModulePath, const ModuleSummaryIndex &Index,
161 StringRef ModulePath, const ModuleSummaryIndex &Index,
202 StringRef ModulePath,
209 StringRef ModulePath, StringRef OutputFilename,
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp675 StringRef ModulePath, in dumpImportListForModule() argument
692 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
704 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
711 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
724 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
730 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleFromIndex()
864 StringRef ModulePath, in gatherImportedSummariesForModule() argument
869 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule()
870 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule()
887 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h33 typedef std::vector<ConstString> ModulePath; typedef
57 virtual bool AddModule(ModulePath &path, ModuleVector *exported_modules,
H A DClangModulesDeclVendor.cpp73 bool AddModule(ModulePath &path, ModuleVector *exported_modules,
186 bool ClangModulesDeclVendorImpl::AddModule(ModulePath &path, in AddModule()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp61 static std::string getThinLTOOutputFile(StringRef ModulePath) { in getThinLTOOutputFile() argument
62 return lto::getThinLTOOutputFile(ModulePath, in getThinLTOOutputFile()
209 static void createEmptyIndex(StringRef ModulePath) { in createEmptyIndex() argument
210 std::string Path = replaceThinLTOSuffix(getThinLTOOutputFile(ModulePath)); in createEmptyIndex()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp1026 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1027 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1029 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1118 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1120 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
1126 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in start()
1137 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()
1144 OnWrite(ModulePath); in start()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp53 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
62 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h308 StringRef ModulePath;
338 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
341 StringRef modulePath() const { return ModulePath; }
1168 void collectDefinedFunctionsForModule(StringRef ModulePath,
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h115 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp724 StringRef ModulePath; member in __anond7564fed0411::ModuleSummaryIndexBitcodeReader
4882 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
4884 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
4887 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
4892 return TheIndex.getModule(ModulePath); in getThisModule()
5412 TheIndex.findSummaryInModule(AliaseeGUID, ModulePath); in parseEntireSummary()
5626 SmallString<128> ModulePath; in parseModuleStringTable() local
5651 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
5654 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
5657 ModulePath.clear(); in parseModuleStringTable()
[all …]
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp7683 StringRef ModulePath; in ParseFunctionSummary() local
7695 ParseModuleReference(ModulePath) || in ParseFunctionSummary()
7737 FS->setModulePath(ModulePath); in ParseFunctionSummary()
7753 StringRef ModulePath; in ParseVariableSummary() local
7761 ParseModuleReference(ModulePath) || in ParseVariableSummary()
7779 GS->setModulePath(ModulePath); in ParseVariableSummary()
7796 StringRef ModulePath; in ParseAliasSummary() local
7802 ParseModuleReference(ModulePath) || in ParseAliasSummary()
7819 AS->setModulePath(ModulePath); in ParseAliasSummary()
8351 bool LLParser::ParseModuleReference(StringRef &ModulePath) { in ParseModuleReference() argument
[all …]
H A DLLParser.h348 bool ParseModuleReference(StringRef &ModulePath);