Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp55 bool got_spec = module_specs.GetModuleSpecAtIndex(i, spec); in FileAtPathContainsArchAndUUID()
352 if (specs.GetModuleSpecAtIndex(0, mspec)) { in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp136 m_opaque_ap->GetModuleSpecAtIndex(i, *sb_module_spec.m_opaque_ap); in GetSpecAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp136 if (module_specs.GetModuleSpecAtIndex(0, matching_module_spec)) { in CreateTargetInternal()
185 if (module_specs.GetModuleSpecAtIndex(i, module_spec)) { in CreateTargetInternal()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h347 bool GetModuleSpecAtIndex(size_t i, ModuleSpec &module_spec) const { in GetModuleSpecAtIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp510 if (specs.GetModuleSpecAtIndex(i, module_spec)) { in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp4183 if (symfile_module_specs.GetModuleSpecAtIndex( in AddModuleSymbols()