Searched defs:SimpleRegistryEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DRegistry.h26 class SimpleRegistryEntry { class in namespace:llvm
31 SimpleRegistryEntry(const char *N, const char *D, std::unique_ptr<T> (*C)()) function in class:llvm::SimpleRegistryEntry
41 /// Traits for registry entries. If using other than SimpleRegistryEntry, it
48 typedef SimpleRegistryEntry<T> entry;

Completed in 87 milliseconds