Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp173 auto ModI = MDC.ModularDeps.insert({M, ModuleDeps{}}); in handleTopLevelModule() local
174 if (!ModI.second) in handleTopLevelModule()
175 return ModI.first->second.ID; in handleTopLevelModule()
177 ModuleDeps &MD = ModI.first->second; in handleTopLevelModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h419 Error addModule(InputFile &Input, unsigned ModI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp634 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() argument
637 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
650 BitcodeModule BM = Input.Mods[ModI]; in addModule()
651 auto ModSyms = Input.module_symbols(ModI); in addModule()