Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp480 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex()
483 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
593 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
594 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
636 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
667 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]); in promote()
718 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
740 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
741 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
751 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
[all …]
DLTO.cpp1336 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument
1337 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1354 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO()
1357 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6476 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl()
6525 ModuleIdentifier, 0); in getSummary()