Home
last modified time | relevance | path

Searched refs:ModI (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp256 auto ModI = MDC.ModularDeps.insert({M, nullptr}); in handleTopLevelModule() local
257 if (!ModI.second) in handleTopLevelModule()
258 return ModI.first->second->ID; in handleTopLevelModule()
260 ModI.first->second = std::make_unique<ModuleDeps>(); in handleTopLevelModule()
261 ModuleDeps &MD = *ModI.first->second; in handleTopLevelModule()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h397 Error addModule(InputFile &Input, unsigned ModI,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp635 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() argument
638 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
651 BitcodeModule BM = Input.Mods[ModI]; in addModule()
652 auto ModSyms = Input.module_symbols(ModI); in addModule()