Searched refs:coff_import_header (Results 1 – 7 of 7) 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
44 OS << StringRef(Data.getBufferStart() + sizeof(coff_import_header)); in printSymbolName()62 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader()63 return reinterpret_cast<const object::coff_import_header *>( in getCOFFImportHeader()
539 struct coff_import_header { struct
31 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
29 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
468 size_t Size = sizeof(coff_import_header) + ImpSize; in createShortImport()474 auto *Imp = reinterpret_cast<coff_import_header *>(P); in createShortImport()