Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-private-enumerations.h159 typedef enum NameMatchType enum
168 } NameMatchType; typedef
Dlldb-private.h76 NameMatches (const char *name, NameMatchType match_type, const char *match);
/external/lldb/source/
Dlldb.cpp395 NameMatchType match_type, in NameMatches()
/external/lldb/include/lldb/Target/
DProcess.h1009 NameMatchType process_name_match_type) : in ProcessInstanceInfoMatch()
1041 NameMatchType
1048 SetNameMatchType (NameMatchType name_match_type) in SetNameMatchType()
1066 NameMatchType m_name_match_type;
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1916 NameMatchType name_match_type = match_info.GetNameMatchType(); in FindProcesses()