Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp504 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex()
507 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
622 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
623 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
665 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
696 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]); in promote()
750 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
772 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
773 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
783 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
[all …]
H A DLTO.cpp1484 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument
1485 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1502 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO()
1505 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h63 StringRef ModuleIdentifier; variable
74 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument
76 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule()
95 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6854 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl()
6904 ModuleIdentifier, 0); in getSummary()