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.cpp572 auto ModI = MDC.ModularDeps.insert({M, nullptr}); in handleTopLevelModule() local
573 if (!ModI.second) in handleTopLevelModule()
574 return ModI.first->second->ID; in handleTopLevelModule()
576 ModI.first->second = std::make_unique<ModuleDeps>(); in handleTopLevelModule()
577 ModuleDeps &MD = *ModI.first->second; in handleTopLevelModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h421 Error addModule(InputFile &Input, unsigned ModI,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp729 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() argument
732 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
745 BitcodeModule BM = Input.Mods[ModI]; in addModule()
759 auto ModSyms = Input.module_symbols(ModI); in addModule()