Home
last modified time | relevance | path

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

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