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

/external/lldb/include/lldb/Core/
H A DModuleSpec.h378 Matches (const ModuleSpec &match_module_spec, bool exact_arch_match) const argument
380 if (match_module_spec.GetUUIDPtr() && match_module_spec.GetUUID() != GetUUID())
382 if (match_module_spec.GetObjectName() && match_module_spec.GetObjectName() != GetObjectName())
384 if (match_module_spec.GetFileSpecPtr())
386 const FileSpec &fspec = match_module_spec.GetFileSpec();
390 if (match_module_spec.GetPlatformFileSpecPtr())
392 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec();
397 if (match_module_spec
[all...]

Completed in 394 milliseconds