Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h235 std::string m_gnu_debuglink_file; variable
HDObjectFileELF.cpp795 m_gnu_debuglink_file(), in ObjectFileELF()
816 m_gnu_debuglink_file(), in ObjectFileELF()
1024 if (!m_gnu_debuglink_file.empty()) in GetDebugSymbolFilePaths()
1026 FileSpec file_spec (m_gnu_debuglink_file.c_str(), false); in GetDebugSymbolFilePaths()
1611 …return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, m_gnu_debuglink_file, m_g… in ParseSectionHeaders()