Searched refs:RegisterManagedStatic (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h63 void RegisterManagedStatic(void *(*creator)(), void (*deleter)(void*)) const;
89 RegisterManagedStatic(Creator::call, Deleter::call);
99 RegisterManagedStatic(Creator::call, Deleter::call);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp33 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), function in class:ManagedStaticBase

Completed in 97 milliseconds