Home
last modified time | relevance | path

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

/external/lldb/source/Host/freebsd/
DHost.cpp207 match_info_ptr->GetNameMatchType(), in GetFreeBSDProcessArgs()
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp556 switch (m_options.match_info.GetNameMatchType()) in DoExecute()
/external/lldb/source/Host/macosx/
DHost.mm1079 match_info_ptr->GetNameMatchType(),
1157 match_info_ptr->GetNameMatchType(),
/external/lldb/include/lldb/Target/
DProcess.h1042 GetNameMatchType () const in GetNameMatchType() function
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1916 NameMatchType name_match_type = match_info.GetNameMatchType(); in FindProcesses()