Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp465 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
569 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalizeAndPromoteInIndex()
599 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
668 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
698 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
736 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
916 auto ModuleIdentifier = Module.getBufferIdentifier(); in run() local
941 auto ModuleIdentifier = ModuleBuffer.getBufferIdentifier(); in run() local
H A DLTO.cpp1228 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in runThinLTO()
1242 GlobalValue::LinkageTypes NewLinkage) { in runThinLTO()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h61 StringRef ModuleIdentifier; variable
72 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule()