Searched refs:getCOFFImportHeader (Results 1 – 5 of 5) sorted by relevance
89 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader() function94 uint16_t getMachine() const { return getCOFFImportHeader()->Machine; } in getMachine()101 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; in isData()
28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
56 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()