Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h456 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
464 ModuleMapType ModuleMap;
466 std::optional<ModuleMapType> ModulesToCompile;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1101 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()