Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h204 std::string m_gnu_debuglink_file; variable
H A DObjectFileELF.cpp837 if (m_gnu_debuglink_file.empty()) in GetDebugLink()
839 return FileSpec(m_gnu_debuglink_file); in GetDebugLink()
1624 m_gnu_debuglink_file, m_gnu_debuglink_crc, in ParseSectionHeaders()