Searched refs:coff_import_header (Results 1 – 3 of 3) sorted by relevance
42 OS << StringRef(Data.getBufferStart() + sizeof(coff_import_header)); in printSymbolName()60 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader()61 return reinterpret_cast<const object::coff_import_header *>( in getCOFFImportHeader()
518 struct coff_import_header { struct
31 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()