Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() function
47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() function
/external/llvm-project/lldb/source/API/
DSBProcessInfo.cpp71 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile() function in SBProcessInfo
DSBLaunchInfo.cpp113 SBFileSpec SBLaunchInfo::GetExecutableFile() { in GetExecutableFile() function in SBLaunchInfo