Searched refs:coff_obj (Results 1 – 1 of 1) sorted by relevance
111 static bool GetDebugLinkContents(const llvm::object::COFFObjectFile &coff_obj, in GetDebugLinkContents() argument115 for (const auto §ion : coff_obj.sections()) { in GetDebugLinkContents()129 coff_obj.isLittleEndian() ? eByteOrderLittle : eByteOrderBig, 4); in GetDebugLinkContents()141 static UUID GetCoffUUID(llvm::object::COFFObjectFile &coff_obj) { in GetCoffUUID() argument147 if (!coff_obj.getDebugPDBInfo(pdb_info, pdb_file) && pdb_info) { in GetCoffUUID()162 if (!GetDebugLinkContents(coff_obj, gnu_debuglink_file, gnu_debuglink_crc)) { in GetCoffUUID()166 auto raw_data = coff_obj.getData(); in GetCoffUUID()169 FileSpec(coff_obj.getFileName()).GetLastPathComponent().AsCString(), in GetCoffUUID()