Searched refs:match_spec (Results 1 - 3 of 3) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBModuleSpec.i117 FindFirstMatchingSpec (const lldb::SBModuleSpec &match_spec);
120 FindMatchingSpecs (const lldb::SBModuleSpec &match_spec);
/external/lldb/include/lldb/API/
H A DSBModuleSpec.h134 FindFirstMatchingSpec (const SBModuleSpec &match_spec);
137 FindMatchingSpecs (const SBModuleSpec &match_spec);
/external/lldb/source/API/
H A DSBModuleSpec.cpp209 SBModuleSpecList::FindFirstMatchingSpec (const SBModuleSpec &match_spec) argument
212 m_opaque_ap->FindMatchingModuleSpec(*match_spec.m_opaque_ap, *sb_module_spec.m_opaque_ap);
217 SBModuleSpecList::FindMatchingSpecs (const SBModuleSpec &match_spec) argument
220 m_opaque_ap->FindMatchingModuleSpecs(*match_spec.m_opaque_ap, *specs.m_opaque_ap);

Completed in 1143 milliseconds