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.h230 static void DestroyImpl(void *CallableAddr) noexcept {
352 &CallImpl<CalledAsT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>};
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3264 Status DestroyImpl(bool force_kill);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp561 DestroyImpl(false); in Finalize()
3493 return DestroyImpl(force_kill); in Destroy()
3496 Status Process::DestroyImpl(bool force_kill) { in DestroyImpl() function in Process