Home
last modified time | relevance | path

Searched refs:match_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp234 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec() argument
235 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() argument
245 LLDB_INSTRUMENT_VA(this, match_spec); in FindMatchingSpecs()
248 m_opaque_up->FindMatchingModuleSpecs(*match_spec.m_opaque_up, in FindMatchingSpecs()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h117 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);
119 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);