Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h63 StringRef ModuleIdentifier; variable
74 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp576 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
735 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
820 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
853 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
895 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
1131 auto ModuleIdentifier = Module->getName(); in run() local
1150 auto ModuleIdentifier = Mod->getName(); in run() local
H A DLTO.cpp1487 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO()
1507 GlobalValue::LinkageTypes NewLinkage) { in runThinLTO()