Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h184 std::string m_gnu_debuglink_file; variable
DObjectFileELF.cpp411 m_gnu_debuglink_file.clear(); in ObjectFileELF()
493 if (!m_gnu_debuglink_file.empty()) in GetDebugSymbolFilePaths()
495 FileSpec file_spec (m_gnu_debuglink_file.c_str(), false); in GetDebugSymbolFilePaths()
837 …return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, m_gnu_debuglink_file, m_g… in ParseSectionHeaders()