Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp627 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in GetModuleSpecifications()
644 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h321 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1076 all_specs.GetModuleSpecRefAtIndex(i).GetArchitecture(); in ParseHeader()
4798 *s << all_specs.GetModuleSpecRefAtIndex(i)
5075 all_specs.GetModuleSpecRefAtIndex(i).GetArchitecture();
5084 return all_specs.GetModuleSpecRefAtIndex(0).GetArchitecture();