Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp756 if (auto ModI = MDC.ModularDeps.find(M); ModI != MDC.ModularDeps.end()) in handleTopLevelModule() local
757 return ModI->second->ID; in handleTopLevelModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h549 Error addModule(InputFile &Input, unsigned ModI,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp754 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() argument
757 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
770 BitcodeModule BM = Input.Mods[ModI]; in addModule()
784 auto ModSyms = Input.module_symbols(ModI); in addModule()