Searched refs:COFFImportFile (Results 1 – 12 of 12) sorted by relevance
20 class COFFImportFile; variable31 void printCOFFSymbolTable(const object::COFFImportFile &I);
817 void objdump::printCOFFSymbolTable(const object::COFFImportFile &i) { in printCOFFSymbolTable()
3189 static void dumpObject(const COFFImportFile *I, const Archive *A, in dumpObject()3220 else if (COFFImportFile *I = dyn_cast<COFFImportFile>(&*ChildOrErr.get())) in dumpArchive()
35 class COFFImportFile : public SymbolicFile {40 COFFImportFile(MemoryBufferRef Source) in COFFImportFile() function
26 class COFFImportFile; variable215 void dumpCOFFImportFile(const object::COFFImportFile *File,
23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
553 else if (COFFImportFile *Imp = dyn_cast<COFFImportFile>(Bin)) in dumpArchive()618 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput()
73 return std::unique_ptr<SymbolicFile>(new COFFImportFile(Object)); in createSymbolicFile()
36 StringRef COFFImportFile::getFileFormatName() const { in getFileFormatName()55 StringRef COFFImportFile::getExportName() const { in getExportName()
665 return cast<llvm::object::COFFImportFile>(&Obj)->getMachine() != in isECObject()
1002 static char getSymbolNMTypeChar(COFFImportFile &Obj) { in getSymbolNMTypeChar()1162 else if (COFFImportFile *COFFImport = dyn_cast<COFFImportFile>(&Obj)) in getNMSectionTagAndName()
1004 SRCS_MIN+= Object/COFFImportFile.cpp