Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.cpp57 exe_mod->GetFileSpec().GetPath(m_exe_path, PATH_MAX); in HexagonDYLDRendezvous()
164 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0) in UpdateSOEntriesForAddition()
209 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0) in TakeSnapshot()
DHexagonDYLDRendezvous.h187 char m_exe_path[PATH_MAX]; variable