Home
last modified time | relevance | path

Searched refs:m_exe_file_spec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp105 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in DYLDRendezvous()
107 __FUNCTION__, m_exe_file_spec.GetCString()); in DYLDRendezvous()
422 return entry.file_spec == m_exe_file_spec; in SOEntryIsMainExecutable()
425 return entry.file_spec == m_exe_file_spec; in SOEntryIsMainExecutable()
DDYLDRendezvous.h178 lldb_private::FileSpec m_exe_file_spec; variable