Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessInfo.h40 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function
45 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcessInfo.cpp59 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo
H A DSBLaunchInfo.cpp68 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo