Searched refs:IMPORT_CODE (Results 1 – 6 of 6) sorted by relevance
30 case COFF::IMPORT_CODE: Writer.printString("Type", "code"); break; in dumpCOFFImportFile()
686 IMPORT_CODE = 0, enumerator
977 if (hdr->getType() == llvm::COFF::IMPORT_CODE) in parse()1155 s->importType = code ? ImportType::IMPORT_CODE : ImportType::IMPORT_DATA; in parse()
595 ImportType ImportType = IMPORT_CODE; in writeImportLibrary()
805 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable()
986 case COFF::IMPORT_CODE: in getSymbolNMTypeChar()