Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DRegistry.h201 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); } in CtorFn() function
205 : Entry(Name, Desc, CtorFn), Node(Entry) {} in Add()