Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DFunctionExtras.h231 static void DestroyImpl(void *CallableAddr) noexcept {
351 &CallImpl<CalledAsT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>};
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h3052 Status DestroyImpl(bool force_kill);
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp519 DestroyImpl(false); in Finalize()
3270 return DestroyImpl(force_kill); in Destroy()
3273 Status Process::DestroyImpl(bool force_kill) { in DestroyImpl() function in Process