Searched defs:factory (Results 1 – 9 of 9) sorted by relevance
104 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory) in ThreadRegistry()107 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()
415 #define TEMPLATE_FACTORY_MACRO(factory) \ argument
431 NativeProcessFactory factory; in main_gdbserver() local
428 ReproducerStreamFactory factory, bool genLocalReproducer) { in enableCrashReproducerGeneration()
806 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()1014 ParsedAttributes(AttributeFactory &factory) : pool(factory) {} in ParsedAttributes()
1913 llvm::EngineBuilder factory(std::move(Owner)); in main() local
2439 const char* file, int line, Factory factory) { in RegisterTest()
2545 internal::TestFactoryBase* factory) in TestInfo()2585 TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory) { in MakeAndRegisterTestInfo()
6018 llvm::function_ref<std::unique_ptr<UtilityFunction>()> factory) { in GetLoadImageUtilityFunction()