Searched refs:getFileFormatName (Results 1 – 10 of 10) sorted by relevance
86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
304 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
260 virtual StringRef getFileFormatName() const = 0;
325 StringRef getFileFormatName() const override;821 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
260 StringRef getFileFormatName() const override;
694 StringRef getFileFormatName() const override;
753 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
993 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
1496 << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
594 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()