Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h232 static void DestroyImpl(void *CallableAddr) noexcept {
355 &CallImpl<CalledAsT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>};
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3348 Status DestroyImpl(bool force_kill);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp534 DestroyImpl(false); in Finalize()
3508 return DestroyImpl(force_kill); in Destroy()
3511 Status Process::DestroyImpl(bool force_kill) { in DestroyImpl() function in Process