Searched refs:coff_import_header (Results 1 – 7 of 7) sorted by relevance
71 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader()72 return reinterpret_cast<const object::coff_import_header *>( in getCOFFImportHeader()
541 struct coff_import_header { struct
28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
77 const coff_import_header *hdr = getCOFFImportHeader(); in getExportName()110 const char *Name = Data.getBufferStart() + sizeof(coff_import_header); in printSymbolName()550 size_t Size = sizeof(coff_import_header) + ImpSize; in createShortImport()556 auto *Imp = reinterpret_cast<coff_import_header *>(P); in createShortImport()
50 using llvm::object::coff_import_header;355 const coff_import_header *hdr;
992 reinterpret_cast<const coff_import_header *>(mb.getBufferStart()); in parse()1234 size_t size = sizeof(coff_import_header) + impSize; in makeImport()1238 auto *imp = reinterpret_cast<coff_import_header *>(p); in makeImport()
29 using llvm::object::coff_import_header;