Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h231 static void DestroyImpl(void *CallableAddr) noexcept {
353 &CallImpl<CalledAsT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>};
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp529 DestroyImpl(false); in Finalize()
3306 return DestroyImpl(force_kill); in Destroy()
3309 Status Process::DestroyImpl(bool force_kill) { in DestroyImpl() function in Process
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3197 Status DestroyImpl(bool force_kill);