Searched refs:COFFImportFile (Results 1 – 12 of 12) sorted by relevance
20 class COFFImportFile; variable32 void printCOFFSymbolTable(const object::COFFImportFile *I);
636 void objdump::printCOFFSymbolTable(const object::COFFImportFile *i) { in printCOFFSymbolTable()
2278 static void dumpObject(const COFFImportFile *I, const Archive *A, in dumpObject()2309 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; variable146 void dumpCOFFImportFile(const object::COFFImportFile *File,
23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
619 else if (COFFImportFile *Imp = dyn_cast<COFFImportFile>(Bin)) in dumpArchive()684 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput()
5 COFFImportFile.cpp
72 return std::unique_ptr<SymbolicFile>(new COFFImportFile(Object)); in createSymbolicFile()
12 COFFImportFile.cpp \
19 "COFFImportFile.cpp",
362 if (isa<COFFObjectFile>(Obj) || isa<COFFImportFile>(Obj)) in isSymbolList64Bit()1021 static char getSymbolNMTypeChar(COFFImportFile &Obj) { in getSymbolNMTypeChar()1169 else if (COFFImportFile *COFFImport = dyn_cast<COFFImportFile>(&Obj)) in getNMSectionTagAndName()