Home
last modified time | relevance | path

Searched refs:ModuleMapType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h339 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
347 ModuleMapType ModuleMap;
349 Optional<ModuleMapType> ModulesToCompile;
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp934 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()