Searched refs:COFFImportFile (Results 1 – 10 of 10) sorted by relevance
31 class COFFImportFile : public SymbolicFile {33 COFFImportFile(MemoryBufferRef Source) in COFFImportFile() function
21 class COFFImportFile; variable114 void dumpCOFFImportFile(const object::COFFImportFile *File,
24 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
561 else if (COFFImportFile *Imp = dyn_cast<COFFImportFile>(&*ChildOrErr.get())) in dumpArchive()611 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(&Binary)) in dumpInput()
23 class COFFImportFile; variable86 void printCOFFSymbolTable(const object::COFFImportFile *I);
618 void llvm::printCOFFSymbolTable(const object::COFFImportFile *i) { in printCOFFSymbolTable()
2418 static void dumpObject(const COFFImportFile *I, const Archive *A, in dumpObject()2447 else if (COFFImportFile *I = dyn_cast<COFFImportFile>(&*ChildOrErr.get())) in dumpArchive()
75 return std::unique_ptr<SymbolicFile>(new COFFImportFile(Object)); in createSymbolicFile()
309 if (isa<COFFObjectFile>(Obj) || isa<COFFImportFile>(Obj)) in isSymbolList64Bit()997 static char getSymbolNMTypeChar(COFFImportFile &Obj) { in getSymbolNMTypeChar()1097 else if (COFFImportFile *COFFImport = dyn_cast<COFFImportFile>(&Obj)) in getNMTypeChar()
721 SRCS_EXT+= Object/COFFImportFile.cpp