Searched refs:COFFImportFile (Results 1 – 15 of 15) sorted by relevance
29 class COFFImportFile : public SymbolicFile {31 COFFImportFile(MemoryBufferRef Source) in COFFImportFile() function
18 class COFFImportFile; variable96 void dumpCOFFImportFile(const object::COFFImportFile *File);
26 void dumpCOFFImportFile(const COFFImportFile *File) { in dumpCOFFImportFile()
494 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(&Binary)) in dumpInput()
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()
531 else if (COFFImportFile *Imp = dyn_cast<COFFImportFile>(&*ChildOrErr.get())) in dumpArchive()581 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(&Binary)) in dumpInput()
23 class COFFImportFile; variable84 void printCOFFSymbolTable(const object::COFFImportFile *i);
615 void llvm::printCOFFSymbolTable(const object::COFFImportFile *i) { in printCOFFSymbolTable()
2307 static void DumpObject(const COFFImportFile *I, const Archive *A, in DumpObject()2336 else if (COFFImportFile *I = dyn_cast<COFFImportFile>(&*ChildOrErr.get())) in DumpArchive()
5 COFFImportFile.cpp
75 return std::unique_ptr<SymbolicFile>(new COFFImportFile(Object)); in createSymbolicFile()
62 return std::unique_ptr<SymbolicFile>(new COFFImportFile(Object)); in createSymbolicFile()
304 if (isa<COFFObjectFile>(Obj) || isa<COFFImportFile>(Obj)) in isSymbolList64Bit()983 static char getSymbolNMTypeChar(COFFImportFile &Obj) { in getSymbolNMTypeChar()1084 else if (COFFImportFile *COFFImport = dyn_cast<COFFImportFile>(&Obj)) in getNMTypeChar()