Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp410 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolveWeakForLinkerInIndex()
413 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolveWeakForLinkerInIndex()
519 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
535 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]); in promote()
616 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
631 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize()
639 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalize() argument
640 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalize()
647 ModuleToDefinedGVSummaries[ModuleIdentifier]); in internalize()
740 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in run() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp523 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolveWeakForLinkerInIndex()
526 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolveWeakForLinkerInIndex()
629 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalizeAndPromoteInIndex() argument
630 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalizeAndPromoteInIndex()
658 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
682 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]); in promote()
780 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
798 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize()
808 ModuleToDefinedGVSummaries[ModuleIdentifier]); in internalize()
987 auto ModuleIdentifier = ModuleBuffer.getBufferIdentifier(); in run() local
[all …]
DLTO.cpp1196 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in runThinLTO() argument
1197 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1208 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO()
1211 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h60 StringRef ModuleIdentifier; variable
71 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument
73 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule()
92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
/external/llvm/tools/gold/
Dgold-plugin.cpp1385 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in thinLTOLink() argument
1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink()
1394 [](StringRef ModuleIdentifier, GlobalValue::GUID GUID, in thinLTOLink()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5759 llvm::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl()
5806 ModuleIdentifier, 0); in getSummary()