Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp111 static bool GetDebugLinkContents(const llvm::object::COFFObjectFile &coff_obj, in GetDebugLinkContents() argument
115 for (const auto &section : 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() argument
147 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()