Searched refs:getCOFFImportHeader (Results 1 – 5 of 5) sorted by relevance
72 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader() function77 uint16_t getMachine() const { return getCOFFImportHeader()->Machine; } in getMachine()84 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()
837 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable()
1005 switch (Obj.getCOFFImportHeader()->getType()) { in getSymbolNMTypeChar()