Searched refs:ModuleIdentifier (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 523 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex() 526 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 629 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { 630 const auto &ExportList = ExportLists.find(ModuleIdentifier); 672 auto ModuleIdentifier = TheModule.getModuleIdentifier(); 705 ModuleToDefinedGVSummaries[ModuleIdentifier], in promote() 719 * Perform cross-module importing for the module identified by ModuleIdentifier. in promote() 765 auto ModuleIdentifier = TheModule.getModuleIdentifier(); 792 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() 793 ImportLists[ModuleIdentifier], ModuleToSummariesForInde in gatherImportedSummariesForModule() 530 __anon75ad91c50d02(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) resolvePrevailingInIndex() argument 679 auto ModuleIdentifier = TheModule.getModuleIdentifier(); promote() local 772 auto ModuleIdentifier = TheModule.getModuleIdentifier(); gatherImportedSummariesForModule() local 810 auto ModuleIdentifier = TheModule.getModuleIdentifier(); emitImports() local 857 auto ModuleIdentifier = TheModule.getModuleIdentifier(); internalize() local 1110 auto ModuleIdentifier = Module->getName(); run() local 1134 auto ModuleIdentifier = Mod->getName(); run() local [all...] |
H A D | LTO.cpp | 1974 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { 1975 const auto &ExportList = ExportLists.find(ModuleIdentifier); 1988 auto recordNewLinkage = [&](StringRef ModuleIdentifier, 1991 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; 1813 __anonaa2c08901902(StringRef ModuleIdentifier, ValueInfo VI) runThinLTO() argument 1829 __anonaa2c08901a02(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) runThinLTO() argument
|
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 104 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()
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8518 std::make_unique<Module>(ModuleIdentifier, Context); in getLazyBitcodeModule() 8547 // We don't use ModuleIdentifier here because the client may need to control the in parseBitcodeFile() 8570 ModuleIdentifier, 0); in getBitcodeProducerString()
|