Searched refs:getFileFormatName (Results 1 – 18 of 18) sorted by relevance
90 << ":\tfile format " << Obj->getFileFormatName() << "\n\n"; in DumpInput()
38 virtual StringRef getFileFormatName() const;
142 virtual StringRef getFileFormatName() const;
283 virtual StringRef getFileFormatName() const = 0;
86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
264 virtual StringRef getFileFormatName() const = 0;
333 StringRef getFileFormatName() const override;834 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
263 StringRef getFileFormatName() const override;
768 StringRef getFileFormatName() const override;
350 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
163 << ":\tfile format " << Obj->getFileFormatName() << "\n\n"; in DisassembleObject()
506 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
373 virtual StringRef getFileFormatName() const;1226 ::getFileFormatName() const { in getFileFormatName() function in ELFObjectFile
625 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::MachOObjectFile
838 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
1145 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
1663 outs() << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
594 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()