Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp474 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in MagicBytesMatch()
491 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in SetArchive()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h321 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp236 ModuleSpec &spec = specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in GetModuleSpecifications()