Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFunctionExtras.h232 static void DestroyImpl(void *CallableAddr) noexcept {
352 &CallImpl<CalledAsT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>};
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h3013 Status DestroyImpl(bool force_kill);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp518 DestroyImpl(false); in Finalize()
3249 return DestroyImpl(force_kill); in Destroy()
3252 Status Process::DestroyImpl(bool force_kill) { in DestroyImpl() function in Process