Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp133 auto ModI = MDC.Deps.insert( in handleTopLevelModule() local
136 if (!ModI.first->second.ModuleName.empty()) in handleTopLevelModule()
139 ModuleDeps &MD = ModI.first->second; in handleTopLevelModule()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp131 for (auto &ModI : Dbi->modules()) { in dumpStreamSummary() local
132 uint16_t SN = ModI.Info.getModuleStreamIndex(); in dumpStreamSummary()
133 ModStreams[SN] = &ModI; in dumpStreamSummary()
/external/llvm-project/llvm/include/llvm/LTO/
DLTO.h415 Error addModule(InputFile &Input, unsigned ModI,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h408 Error addModule(InputFile &Input, unsigned ModI,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp589 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() argument
592 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
605 BitcodeModule BM = Input.Mods[ModI]; in addModule()
606 auto ModSyms = Input.module_symbols(ModI); in addModule()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp602 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() argument
605 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
618 BitcodeModule BM = Input.Mods[ModI]; in addModule()
619 auto ModSyms = Input.module_symbols(ModI); in addModule()