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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp138 auto ModI = MDC.Deps.insert( local
141 if (!ModI.first->second.ModuleName.empty())
144 ModuleDeps &MD = ModI.first->second;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h411 Error addModule(InputFile &Input, unsigned ModI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp602 Error LTO::addModule(InputFile &Input, unsigned ModI, argument
605 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo();
618 BitcodeModule BM = Input.Mods[ModI];
619 auto ModSyms = Input.module_symbols(ModI);

Completed in 270 milliseconds