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.h239 lldb_private::ArchSpec m_arch_spec; variable
H A DObjectFileELF.cpp1632 m_arch_spec); in ParseSectionHeaders()
1925 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
3596 !m_arch_spec.TripleOSWasSpecified()) { in GetArchitecture()
3605 RefineModuleDetailsFromNote(data, m_arch_spec, uuid); in GetArchitecture()
3609 return m_arch_spec; in GetArchitecture()