Searched refs:getFileFormatName (Results 1 – 10 of 10) sorted by relevance
34 @@ -922,6 +922,9 @@ StringRef ELFObjectFile<ELFT>::getFileFormatName()44 @@ -937,6 +940,8 @@ StringRef ELFObjectFile<ELFT>::getFileFormatName()
203 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
126 virtual StringRef getFileFormatName() const;
311 virtual StringRef getFileFormatName() const;
189 virtual StringRef getFileFormatName() const;909 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
367 virtual StringRef getFileFormatName() const = 0;
680 object::RelocVisitor V(Obj->getFileFormatName()); in DWARFContextInMemory()
784 << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
600 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
1250 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::MachOObjectFile