Home
last modified time | relevance | path

Searched refs:gnu_debuglink_file (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp112 std::string &gnu_debuglink_file, in GetDebugLinkContents() argument
131 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetDebugLinkContents()
156 std::string gnu_debuglink_file; in GetCoffUUID() local
162 if (!GetDebugLinkContents(coff_obj, gnu_debuglink_file, gnu_debuglink_crc)) { in GetCoffUUID()
1092 std::string gnu_debuglink_file; in GetDebugLink() local
1094 if (GetDebugLinkContents(*m_binary, gnu_debuglink_file, gnu_debuglink_crc)) in GetDebugLink()
1095 return FileSpec(gnu_debuglink_file); in GetDebugLink()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h271 std::string &gnu_debuglink_file,
H A DObjectFileELF.cpp603 std::string gnu_debuglink_file; in GetModuleSpecifications() local
608 gnu_debuglink_file, gnu_debuglink_crc, in GetModuleSpecifications()
1350 std::string &gnu_debuglink_file, in GetSectionHeaderInfo() argument
1550 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()