Searched refs:ModuleIdentifier (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 521 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex() 524 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 626 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()() 627 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() 669 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local 702 ModuleToDefinedGVSummaries[ModuleIdentifier], in promote() 762 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local 789 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() 790 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex, DecSummaries); in gatherImportedSummariesForModule() 800 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local [all …]
|
| H A D | LTO.cpp | 2018 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument 2019 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() 2032 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO() 2035 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 106 StringRef ModuleIdentifier; variable 117 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument 119 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule() 138 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 8493 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl() 8545 ModuleIdentifier, 0); in getSummary()
|