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.h104 StringRef ModuleIdentifier; variable
115 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp530 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
679 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
772 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
810 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
861 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
1114 auto ModuleIdentifier = Module->getName(); in run() local
1138 auto ModuleIdentifier = Mod->getName(); in run() local
H A DLTO.cpp1814 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO()
1830 GlobalValue::LinkageTypes NewLinkage) { in runThinLTO()