Searched refs:m_gnu_debuglink_crc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 776 m_header(), m_uuid(), m_gnu_debuglink_file(), m_gnu_debuglink_crc(0), in ObjectFileELF() 789 m_header(), m_uuid(), m_gnu_debuglink_file(), m_gnu_debuglink_crc(0), in ObjectFileELF() 927 if (!m_gnu_debuglink_crc) in GetUUID() 928 m_gnu_debuglink_crc = in GetUUID() 930 if (m_gnu_debuglink_crc) { in GetUUID() 932 u32le data(m_gnu_debuglink_crc); in GetUUID() 1722 m_gnu_debuglink_file, m_gnu_debuglink_crc, in ParseSectionHeaders()
|
| H A D | ObjectFileELF.h | 201 uint32_t m_gnu_debuglink_crc; variable
|