Searched refs:getCOFFImportHeader (Results 1 – 7 of 7) sorted by relevance
60 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader() function67 return getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in isCode()
60 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader() function67 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; in isData()
31 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
639 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable()
1019 switch (Obj.getCOFFImportHeader()->getType()) { in getSymbolNMTypeChar()