Searched refs:COFFImportFile (Results 1 – 10 of 10) sorted by relevance
20 class COFFImportFile; variable32 void printCOFFSymbolTable(const object::COFFImportFile *I);
636 void objdump::printCOFFSymbolTable(const object::COFFImportFile *i) { in printCOFFSymbolTable()
2361 static void dumpObject(const COFFImportFile *I, const Archive *A, in dumpObject()2392 else if (COFFImportFile *I = dyn_cast<COFFImportFile>(&*ChildOrErr.get())) in dumpArchive()
30 class COFFImportFile : public SymbolicFile {32 COFFImportFile(MemoryBufferRef Source) in COFFImportFile() function
23 class COFFImportFile; variable151 void dumpCOFFImportFile(const object::COFFImportFile *File,
23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
468 else if (COFFImportFile *Imp = dyn_cast<COFFImportFile>(Bin)) in dumpArchive()533 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput()
73 return std::unique_ptr<SymbolicFile>(new COFFImportFile(Object)); in createSymbolicFile()
247 if (isa<COFFObjectFile>(Obj) || isa<COFFImportFile>(Obj)) in isSymbolList64Bit()906 static char getSymbolNMTypeChar(COFFImportFile &Obj) { in getSymbolNMTypeChar()1054 else if (COFFImportFile *COFFImport = dyn_cast<COFFImportFile>(&Obj)) in getNMSectionTagAndName()
850 SRCS_MIN+= Object/COFFImportFile.cpp