Searched refs:IMPORT_CODE (Results 1 – 6 of 6) sorted by relevance
30 case COFF::IMPORT_CODE: Writer.printString("Type", "code"); break; in dumpCOFFImportFile()
697 ImportType ImportType = IMPORT_CODE; in writeImportLibrary()752 if (ImportType == IMPORT_CODE && isArm64EC(M)) { in writeImportLibrary()783 if (D.ImpType == IMPORT_CODE) in writeImportLibrary()
735 IMPORT_CODE = 0, enumerator
1289 bool isCode = hdr->getType() == llvm::COFF::IMPORT_CODE; in parse()1523 s->importType = code ? ImportType::IMPORT_CODE : ImportType::IMPORT_DATA; in parse()
837 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable()
1006 case COFF::IMPORT_CODE: in getSymbolNMTypeChar()