Home
last modified time | relevance | path

Searched refs:GetImplementation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h94 void *GetImplementation() override;
H A DScriptedProcess.cpp533 void *ScriptedProcess::GetImplementation() {
519 void *ScriptedProcess::GetImplementation() { GetImplementation() function in ScriptedProcess
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1464 return lldb::SBScriptObject((process_sp) ? process_sp->GetImplementation() in GetScriptedImplementation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2660 virtual void *GetImplementation() { return nullptr; } in GetImplementation() function