reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/COFFImportFile.cpp
  591     ImportType ImportType = IMPORT_CODE;
tools/lld/COFF/InputFiles.cpp
  874   if (hdr->getType() == llvm::COFF::IMPORT_CODE)
tools/llvm-nm/llvm-nm.cpp
  991   case COFF::IMPORT_CODE:
tools/llvm-objdump/COFFDump.cpp
  638   bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE;
tools/llvm-readobj/COFFImportDumper.cpp
   30   case COFF::IMPORT_CODE:  Writer.printString("Type", "code"); break;