Searched refs:CompilerFactory (Results 1 – 2 of 2) sorted by relevance
231 using CompilerFactory = std::function<std::unique_ptr<Compiler>()>; variable238 CompilerFactory compiler_factory);262 static std::map<se::Platform::Id, CompilerFactory>*
59 /* static */ std::map<se::Platform::Id, Compiler::CompilerFactory>*61 static auto* r = new std::map<se::Platform::Id, CompilerFactory>; in GetPlatformCompilerFactories()