Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function
47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp66 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo
H A DSBLaunchInfo.cpp117 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo