Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp109 static bool GetDebugLinkContents(const llvm::object::COFFObjectFile &coff_obj, in GetDebugLinkContents() argument
113 for (const auto &section : coff_obj.sections()) { in GetDebugLinkContents()
127 coff_obj.isLittleEndian() ? eByteOrderLittle : eByteOrderBig, 4); in GetDebugLinkContents()
139 static UUID GetCoffUUID(llvm::object::COFFObjectFile &coff_obj) { in GetCoffUUID() argument
145 if (!coff_obj.getDebugPDBInfo(pdb_info, pdb_file) && pdb_info) { in GetCoffUUID()
160 if (!GetDebugLinkContents(coff_obj, gnu_debuglink_file, gnu_debuglink_crc)) { in GetCoffUUID()
164 auto raw_data = coff_obj.getData(); in GetCoffUUID()
167 FileSpec(coff_obj.getFileName()).GetLastPathComponent().AsCString(), in GetCoffUUID()