Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp868 ModuleSpec arch_module_spec(module_spec); in ResolveExecutable() local
870 idx, arch_module_spec.GetArchitecture()); in ResolveExecutable()
872 error = ModuleList::GetSharedModule(arch_module_spec, exe_module_sp, in ResolveExecutable()
1570 ModuleSpec arch_module_spec(module_spec); in GetRemoteSharedModule() local
1572 idx, arch_module_spec.GetArchitecture()); in GetRemoteSharedModule()
1574 error = ModuleList::GetSharedModule(arch_module_spec, module_sp, nullptr, in GetRemoteSharedModule()
1581 resolved_module_spec = arch_module_spec; in GetRemoteSharedModule()