Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp61 exe_mod->GetFileSpec().GetPath(m_exe_path, PATH_MAX); in HexagonDYLDRendezvous()
168 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0) in UpdateSOEntriesForAddition()
211 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0) in TakeSnapshot()
H A DHexagonDYLDRendezvous.h185 char m_exe_path[PATH_MAX]; variable