Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp603 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in GetModuleSpecifications()
620 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in GetModuleSpecifications()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModuleSpec.h321 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1093 all_specs.GetModuleSpecRefAtIndex(i).GetArchitecture(); in ParseHeader()
4814 *s << all_specs.GetModuleSpecRefAtIndex(i)
5091 all_specs.GetModuleSpecRefAtIndex(i).GetArchitecture();
5100 return all_specs.GetModuleSpecRefAtIndex(0).GetArchitecture();