Home
last modified time | relevance | path

Searched refs:ModuleIdentifier (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp528 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex()
531 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
636 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
637 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
679 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
712 ModuleToDefinedGVSummaries[ModuleIdentifier], in promote()
772 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
799 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
800 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex, DecSummaries); in gatherImportedSummariesForModule()
810 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
[all …]
H A DLTO.cpp1814 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument
1815 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1828 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO()
1831 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h104 StringRef ModuleIdentifier; variable
115 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument
117 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule()
136 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8358 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl()
8410 ModuleIdentifier, 0); in getSummary()