Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp542 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
701 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
787 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
820 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
862 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
1108 auto ModuleIdentifier = Module->getName(); in run() local
1132 auto ModuleIdentifier = Mod->getName(); in run() local
H A DLTO.cpp1569 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO()
1589 GlobalValue::LinkageTypes NewLinkage) { in runThinLTO()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h103 StringRef ModuleIdentifier; variable
114 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule()