Home
last modified time | relevance | path

Searched defs:SystemRuntime (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DSystemRuntime.cpp30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime() function in SystemRuntime
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h213 class SystemRuntime; variable