Home
last modified time | relevance | path

Searched defs:ModuleIdentifier (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h106 StringRef ModuleIdentifier; variable
117 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp523 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
669 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
762 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
800 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
850 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
1099 auto ModuleIdentifier = Module->getName(); in run() local
1123 auto ModuleIdentifier = Mod->getName(); in run() local
H A DLTO.cpp2018 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO()
2034 GlobalValue::LinkageTypes NewLinkage) { in runThinLTO()