Home
last modified time | relevance | path

Searched defs:GetSystemRuntime (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcessTrace.h41 SystemRuntime *GetSystemRuntime() override { return nullptr; } in GetSystemRuntime() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h66 SystemRuntime *GetSystemRuntime() override { return nullptr; } in GetSystemRuntime() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h60 SystemRuntime *GetSystemRuntime() override { return nullptr; } in GetSystemRuntime() function
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2670 SystemRuntime *Process::GetSystemRuntime() { in GetSystemRuntime() function in Process