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