reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA;
lib/Object/COFFImportFile.cpp 593 ImportType = IMPORT_DATA;
tools/llvm-nm/llvm-nm.cpp 993 case COFF::IMPORT_DATA:
tools/llvm-readobj/COFFImportDumper.cpp 31 case COFF::IMPORT_DATA: Writer.printString("Type", "data"); break;