Searched refs:COFFImportFile (Results 1 – 5 of 5) 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()
62 return std::unique_ptr<SymbolicFile>(new COFFImportFile(Object)); in createSymbolicFile()