Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp25 Status HostProcess::GetMainModule(FileSpec &file_spec) const { in GetMainModule() function in HostProcess
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp54 Status HostProcessPosix::GetMainModule(FileSpec &file_spec) const { in GetMainModule() function in HostProcessPosix
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp845 PythonModule &ScriptInterpreterPythonImpl::GetMainModule() { in GetMainModule() function in ScriptInterpreterPythonImpl