Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h220 std::string m_gnu_debuglink_file; variable
DObjectFileELF.cpp453 m_gnu_debuglink_file.clear(); in ObjectFileELF()
576 if (!m_gnu_debuglink_file.empty()) in GetDebugSymbolFilePaths()
578 FileSpec file_spec (m_gnu_debuglink_file.c_str(), false); in GetDebugSymbolFilePaths()
915 …return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, m_gnu_debuglink_file, m_g… in ParseSectionHeaders()