Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h315 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
323 ModuleMapType ModuleMap;
325 std::optional<ModuleMapType> ModulesToCompile;
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp975 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()