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.h335 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
343 ModuleMapType ModuleMap;
345 std::optional<ModuleMapType> ModulesToCompile;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1060 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()