Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp216 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec() argument
219 match_spec); in FindFirstMatchingSpec()
222 m_opaque_up->FindMatchingModuleSpec(*match_spec.m_opaque_up, in FindFirstMatchingSpec()
228 SBModuleSpecList::FindMatchingSpecs(const SBModuleSpec &match_spec) { in FindMatchingSpecs() argument
231 match_spec); in FindMatchingSpecs()
234 m_opaque_up->FindMatchingModuleSpecs(*match_spec.m_opaque_up, in FindMatchingSpecs()
/external/llvm-project/lldb/bindings/interface/
DSBModuleSpec.i117 FindFirstMatchingSpec (const lldb::SBModuleSpec &match_spec);
120 FindMatchingSpecs (const lldb::SBModuleSpec &match_spec);
/external/llvm-project/lldb/include/lldb/API/
DSBModuleSpec.h106 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);
108 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);