Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h223 lldb_private::ArchSpec m_arch_spec; variable
DObjectFileELF.cpp1543 m_arch_spec); in ParseSectionHeaders()
1821 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
3223 !m_arch_spec.TripleOSWasSpecified()) { in GetArchitecture()
3232 RefineModuleDetailsFromNote(data, m_arch_spec, uuid); in GetArchitecture()
3236 return m_arch_spec; in GetArchitecture()