reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
595 ImportType = IMPORT_CONST;
tools/lld/COFF/InputFiles.cpp 868 if (hdr->getType() == llvm::COFF::IMPORT_CONST)
tools/llvm-nm/llvm-nm.cpp 995 case COFF::IMPORT_CONST:
tools/llvm-readobj/COFFImportDumper.cpp 32 case COFF::IMPORT_CONST: Writer.printString("Type", "const"); break;