Searched refs:IMPORT_CODE (Results 1 – 6 of 6) sorted by relevance
30 case COFF::IMPORT_CODE: Writer.printString("Type", "code"); break; in dumpCOFFImportFile()
695 ImportType ImportType = IMPORT_CODE; in writeImportLibrary()750 if (ImportType == IMPORT_CODE && isArm64EC(M)) { in writeImportLibrary()774 if (D.ImpType == IMPORT_CODE) in writeImportLibrary()
701 IMPORT_CODE = 0, enumerator
1040 if (hdr->getType() == llvm::COFF::IMPORT_CODE) in parse()1208 s->importType = code ? ImportType::IMPORT_CODE : ImportType::IMPORT_DATA; in parse()
819 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable()
1004 case COFF::IMPORT_CODE: in getSymbolNMTypeChar()