Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h226 static void DestroyImpl(void *CallableAddr) noexcept {
346 &CallImpl<CalledAsT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>};
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3057 Status DestroyImpl(bool force_kill);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp498 DestroyImpl(false); in Finalize()
3220 return DestroyImpl(force_kill); in Destroy()
3223 Status Process::DestroyImpl(bool force_kill) { in DestroyImpl() function in Process