Home
last modified time | relevance | path

Searched refs:m_arch_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h231 lldb_private::ArchSpec m_arch_spec; variable
H A DObjectFileELF.cpp1639 m_arch_spec); in ParseSectionHeaders()
1960 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
3505 !m_arch_spec.TripleOSWasSpecified()) { in GetArchitecture()
3514 RefineModuleDetailsFromNote(data, m_arch_spec, uuid); in GetArchitecture()
3518 return m_arch_spec; in GetArchitecture()