Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h41 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function
46 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp67 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo
H A DSBLaunchInfo.cpp115 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo