Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/
DLTO.h335 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
343 ModuleMapType ModuleMap;
345 std::optional<ModuleMapType> ModulesToCompile;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/
DLTO.h337 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
345 ModuleMapType ModuleMap;
347 std::optional<ModuleMapType> ModulesToCompile;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/
H A DLTO.h315 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
323 ModuleMapType ModuleMap;
325 std::optional<ModuleMapType> ModulesToCompile;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/
DLTO.h337 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
345 ModuleMapType ModuleMap;
347 std::optional<ModuleMapType> ModulesToCompile;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/
DLTO.h337 using ModuleMapType = MapVector<StringRef, BitcodeModule>; variable
345 ModuleMapType ModuleMap;
347 std::optional<ModuleMapType> ModulesToCompile;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp975 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()