Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h327 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() function
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp488 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1); in GetModuleSpecifications()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1034 all_specs.GetModuleSpecRefAtIndex(i).GetArchitecture(); in ParseHeader()
4822 *s << all_specs.GetModuleSpecRefAtIndex(i) in Dump()
5106 all_specs.GetModuleSpecRefAtIndex(i).GetArchitecture(); in GetArchitecture()
5115 return all_specs.GetModuleSpecRefAtIndex(0).GetArchitecture(); in GetArchitecture()