Searched refs:ModuleIdentifier (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 528 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex() 531 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 636 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { 637 const auto &ExportList = ExportLists.find(ModuleIdentifier); 679 auto ModuleIdentifier = TheModule.getModuleIdentifier(); 712 ModuleToDefinedGVSummaries[ModuleIdentifier], in promote() 726 * Perform cross-module importing for the module identified by ModuleIdentifier. in promote() 772 auto ModuleIdentifier = TheModule.getModuleIdentifier(); 799 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() 800 ImportLists[ModuleIdentifier], ModuleToSummariesForInde in gatherImportedSummariesForModule() 529 __anonbd4744640d02(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) resolvePrevailingInIndex() argument 687 auto ModuleIdentifier = TheModule.getModuleIdentifier(); promote() local 780 auto ModuleIdentifier = TheModule.getModuleIdentifier(); gatherImportedSummariesForModule() local 818 auto ModuleIdentifier = TheModule.getModuleIdentifier(); emitImports() local 865 auto ModuleIdentifier = TheModule.getModuleIdentifier(); internalize() local 1118 auto ModuleIdentifier = Module->getName(); run() local 1142 auto ModuleIdentifier = Mod->getName(); run() local [all...] |
H A D | LTO.cpp | 1814 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() 1815 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() 1828 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO() 1831 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO() 1782 __anond972c54f1802(StringRef ModuleIdentifier, ValueInfo VI) runThinLTO() argument 1798 __anond972c54f1902(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) runThinLTO() argument
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8358 std::make_unique<Module>(ModuleIdentifier, Context); 8387 // We don't use ModuleIdentifier here because the client may need to control the 8410 ModuleIdentifier, 0);
|