Home
last modified time | relevance | path

Searched refs:eNameMatchEndsWith (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/
Dlldb-private-enumerations.h165 eNameMatchEndsWith, enumerator
/external/lldb/source/
Dlldb.cpp415 case eNameMatchEndsWith: return name_sref.endswith (match_sref); in NameMatches()
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp562 case eNameMatchEndsWith: match_desc = "ended with"; break; in DoExecute()
683 match_info.SetNameMatchType (eNameMatchEndsWith); in SetOptionValue()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp357 match_info.SetNameMatchType (eNameMatchEndsWith); in Handle_qfProcessInfo()
DGDBRemoteCommunicationClient.cpp1935 case eNameMatchEndsWith: in FindProcesses()