Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp112 static ConstString g_sect_name_gnu_debuglink(".gnu_debuglink"); in GetDebugLinkContents() local
119 if (*name == g_sect_name_gnu_debuglink.GetStringRef()) { in GetDebugLinkContents()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1445 static ConstString g_sect_name_gnu_debuglink(".gnu_debuglink"); in GetSectionHeaderInfo() local
1528 if (name == g_sect_name_gnu_debuglink) { in GetSectionHeaderInfo()