Searched refs:getCOFFImportHeader (Results 1 – 5 of 5) sorted by relevance
71 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader() function76 uint16_t getMachine() const { return getCOFFImportHeader()->Machine; } in getMachine()83 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; in isData()
28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
77 const coff_import_header *hdr = getCOFFImportHeader(); in getExportName()
819 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable()
1003 switch (Obj.getCOFFImportHeader()->getType()) { in getSymbolNMTypeChar()