Searched refs:coff_obj (Results 1 – 1 of 1) sorted by relevance
109 static bool GetDebugLinkContents(const llvm::object::COFFObjectFile &coff_obj, in GetDebugLinkContents() argument113 for (const auto §ion : 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() argument145 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()