Searched refs:match_spec (Results 1 – 2 of 2) sorted by relevance
234 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec() argument235 LLDB_INSTRUMENT_VA(this, match_spec); in FindFirstMatchingSpec()238 m_opaque_up->FindMatchingModuleSpec(*match_spec.m_opaque_up, in FindFirstMatchingSpec()244 SBModuleSpecList::FindMatchingSpecs(const SBModuleSpec &match_spec) { in FindMatchingSpecs() argument245 LLDB_INSTRUMENT_VA(this, match_spec); in FindMatchingSpecs()248 m_opaque_up->FindMatchingModuleSpecs(*match_spec.m_opaque_up, in FindMatchingSpecs()
117 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);119 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);